| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.data | Provides generic classes representing data management operations. | 
| fr.inria.atlanmod.neoemf.data.berkeleydb | Provides classes related to data management specific to a BerkeleyDB implementation. | 
| fr.inria.atlanmod.neoemf.data.blueprints | Provides classes related to data management specific to a Blueprints implementation. | 
| fr.inria.atlanmod.neoemf.data.hbase | Provides classes related to data management specific to a HBase implementation. | 
| fr.inria.atlanmod.neoemf.data.im | Provides classes related to data management specific to the default in-memory implementation. | 
| fr.inria.atlanmod.neoemf.data.mapdb | Provides classes related to data management specific to a MapDB implementation. | 
| fr.inria.atlanmod.neoemf.data.mongodb | Provides classes related to data management specific to a MongoDb implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBackendFactory<C extends Config>An abstract  BackendFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BerkeleyDbBackendFactoryA  BackendFactorythat createsBerkeleyDbBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlueprintsBackendFactoryA  BackendFactorythat createsBlueprintsBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HBaseBackendFactoryA  BackendFactorythat createsHBaseBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InMemoryBackendFactoryA  BackendFactorythat createInMemoryBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapDbBackendFactoryA  BackendFactorythat createsMapDbBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MongoDbBackendFactoryA  BackendFactorythat createsMongoDbBackendinstances. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.