Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data.mapdb |
Provides classes related to data management specific to a MapDB implementation.
|
fr.inria.atlanmod.neoemf.data.structure |
Provides simple representations of objects used to translate model-level operations in persistence calls.
|
Modifier and Type | Method and Description |
---|---|
ContainerInfo |
MapDbPersistenceBackend.containerFor(Id id)
Retrieves container for a given object
Id . |
Modifier and Type | Method and Description |
---|---|
void |
MapDbPersistenceBackend.storeContainer(Id id,
ContainerInfo container)
Stores container information for a given id in the Container Map.
|
Modifier and Type | Method and Description |
---|---|
static ContainerInfo |
ContainerInfo.from(PersistentEObject object,
EReference reference)
Creates a new
ContainerInfo from the given object and reference . |
static ContainerInfo |
ContainerInfo.of(Id id,
String name)
Creates a new
ContainerInfo with the given id and name . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.