Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data |
Provides generic classes representing data management operations.
|
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.mapdb |
Provides classes related to data management specific to a MapDB implementation.
|
fr.inria.atlanmod.neoemf.resource |
Provides classes extending EMF resource management to support lazy-loading and database delegation.
|
Modifier and Type | Method and Description |
---|---|
PersistentStore |
AbstractPersistenceBackendFactory.createPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
PersistentStore |
PersistenceBackendFactory.createPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options)
Creates a
PersistentStore between the given resource and the given backend
according to the given options . |
protected abstract PersistentStore |
AbstractPersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options)
Creates a
PersistentStore between the given resource and the given backend
according to the given options . |
PersistentStore |
PersistenceBackendFactory.createTransientStore(PersistentResource resource,
PersistenceBackend backend)
|
Modifier and Type | Method and Description |
---|---|
protected PersistentStore |
BlueprintsPersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
PersistentStore |
BlueprintsPersistenceBackendFactory.createTransientStore(PersistentResource resource,
PersistenceBackend backend) |
Modifier and Type | Method and Description |
---|---|
protected PersistentStore |
HBasePersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
PersistentStore |
HBasePersistenceBackendFactory.createTransientStore(PersistentResource resource,
PersistenceBackend backend) |
Modifier and Type | Method and Description |
---|---|
protected PersistentStore |
MapDbPersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
PersistentStore |
MapDbPersistenceBackendFactory.createTransientStore(PersistentResource resource,
PersistenceBackend backend) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPersistentResource
The default implementation of a
PersistentResource that contains PersistentEObject . |
class |
PersistentResourceDecorator
A
PersistentResource wrapper that delegates all method calls to the decorated resource. |
Modifier and Type | Field and Description |
---|---|
protected PersistentResource |
PersistentResourceDecorator.resource
The underlying resource.
|
Constructor and Description |
---|
PersistentResourceDecorator(PersistentResource resource)
Constructs a
PersistentResourceDecorator on the given resource . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.