See: Description
| Interface | Description | 
|---|---|
| Storable | An object that can be stored in a  Store. | 
| Store | A  DataMapperthat adds pre-processing and post-processing capabilities
 to data persistence. | 
| Class | Description | 
|---|---|
| AbstractCachingStore<K,V> | |
| AbstractStore | |
| AutoSavingStore | A  Storewrapper that automatically saves modifications as calls are made. | 
| ClassCachingStore | |
| ClosedStore | A closed  Store. | 
| ContainerCachingStore | A  Storewrapper that caches containers. | 
| FeatureCachingStore | A  Storewrapper that cachesEStructuralFeaturevalues. | 
| ListeningStore | An  Storethat listen calls made on this store chain and notify definedStoreListeners. | 
| NoopStore | |
| ReadOnlyStore | A  Storewrapper that only allows read operations on the underlying database. | 
| SizeCachingStore | A  Storewrapper that caches the size data. | 
| StoreFactory | A factory that creates instances of  Store. | 
| Exception | Description | 
|---|---|
| InvalidStoreException | Exception thrown when an error occurred when creating  Store. | 
 This package defines a set of store decorators that can be combined to provide additional behavior. For
 example, this package defines specific store decorators to cache model elements, log backend operations, or
 automatically commit the pending transaction. These stores are generic and can be plugged on top of any Backend implementation.
Copyright © 2013–2019 Atlanmod. All rights reserved.