See: Description
Class | Description |
---|---|
DirectWriteMapDbCacheManyStore |
A
DirectWriteMapDbStore that uses an internal cache to store persisted Object s that are part
of multi-valued EReference s to speed-up their access. |
DirectWriteMapDbIndicesStore |
A
DirectWriteMapDbStore that persists Collection indices instead of serialized arrays. |
DirectWriteMapDbListsStore |
A
DirectWriteMapDbStore that uses Java List s instead of arrays to persist multi-valued
EAttribute s and EReference s. |
DirectWriteMapDbStore |
An
AbstractDirectWriteStore that translates model-level operations to MapDB operations. |
This package provides implementations of the PersistentStore
interface
that use a MapDB database to store the result of modeling operations and retrieve model elements.
NeoEMF MapDB implementation does not provide additional store decorators. Generic decorators defined
at the core level (see AbstractPersistentStoreDecorator
subclasses) can
be combined on top of MapDB stores to provide additional behavior, such as autocommit or feature caching.
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.