| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.config | Provides utility classes to provide modeling and persistence-level configuration. | 
| fr.inria.atlanmod.neoemf.data.store | Provides classes that adds preprocessing and postprocessing functionalities during persistence operations. | 
| fr.inria.atlanmod.neoemf.data.store.adapter | Provides classes to map model-level operations into persistence-level operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Store> | ImmutableConfig. getStores()Returns a set of all defined  Store. | 
| Set<Store> | BaseConfig. getStores() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. addStore(Store store)Adds a feature defined by the given  storein this configuration. | 
| C | BaseConfig. addStore(Store store) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCachingStore<K,V> | 
| class  | AbstractStore | 
| class  | AutoSavingStoreA  Storewrapper that automatically saves modifications as calls are made. | 
| class  | ClassCachingStore | 
| class  | ClosedStoreA closed  Store. | 
| class  | ContainerCachingStoreA  Storewrapper that caches containers. | 
| class  | FeatureCachingStoreA  Storewrapper that cachesEStructuralFeaturevalues. | 
| class  | ListeningStoreAn  Storethat listen calls made on this store chain and notify definedStoreListeners. | 
| class  | NoopStore | 
| class  | ReadOnlyStoreA  Storewrapper that only allows read operations on the underlying database. | 
| class  | SizeCachingStoreA  Storewrapper that caches the size data. | 
| Modifier and Type | Method and Description | 
|---|---|
| Store | StoreFactory. createStore(Backend backend,
           ImmutableConfig baseConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListeningStore. next(Store next) | 
| protected void | AbstractStore. next(Store next) | 
| Modifier and Type | Method and Description | 
|---|---|
| Store | StoreAdapter. store()Returns the adapted store chain. | 
| Store | AbstractStoreAdapter. store() | 
| Constructor and Description | 
|---|
| AbstractStoreAdapter(Store store,
                    org.eclipse.emf.ecore.resource.Resource.Internal resource)Constructs a new  AbstractStoreAdapteron the givenstore. | 
| PersistentStoreAdapter(Store store,
                      PersistentResource resource)Constructs a new  PersistentStoreAdapteron the givenstore. | 
| TransientStoreAdapter(Store store,
                     org.eclipse.emf.ecore.resource.Resource.Internal resource)Constructs a new  TransientStoreAdapteron the givenstore. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.