Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data |
Provides generic classes representing data management operations.
|
fr.inria.atlanmod.neoemf.data.blueprints.option |
Provides utility classes to define specific behaviors of Blueprints data persistence.
|
fr.inria.atlanmod.neoemf.data.mapdb.option |
Provides utility classes to define specific behaviors of MapDB data persistence.
|
fr.inria.atlanmod.neoemf.option |
Provides utility classes to provide modeling and persistence level options to NeoEMF.
|
Modifier and Type | Method and Description |
---|---|
protected static List<PersistentStoreOptions> |
AbstractPersistenceBackendFactory.getStoreOptions(Map<?,?> options)
Parses the store options from the given
options . |
Modifier and Type | Class and Description |
---|---|
class |
BlueprintsStoreOptions
PersistentStoreOptions that hold Blueprints related database access features, such as autocommit or direct
write behavior. |
Modifier and Type | Class and Description |
---|---|
class |
MapDbStoreOptions
PersistentStoreOptions that hold MapDB related database access features, such as autocommit, direct write,
usage of raw arrays or List s. |
Modifier and Type | Class and Description |
---|---|
class |
CommonStoreOptions
Represents common options related to database access, managed by
PersistenceBackendFactory . |
Modifier and Type | Method and Description |
---|---|
protected B |
AbstractPersistenceOptionsBuilder.storeOption(PersistentStoreOptions storeOption)
Adds a feature defined by the given
storeOption in the created options. |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.