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 |
---|---|
ClassInfo |
MapDbPersistenceBackend.metaclassFor(Id id)
|
Modifier and Type | Method and Description |
---|---|
void |
MapDbPersistenceBackend.storeMetaclass(Id id,
ClassInfo metaclass)
|
Modifier and Type | Method and Description |
---|---|
static ClassInfo |
ClassInfo.from(PersistentEObject object)
Creates a new
ClassInfo from the given object . |
static ClassInfo |
ClassInfo.of(String name,
String uri)
Creates a new
ClassInfo with the given name and uri , which are used as a simple
representation of a an EClass . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.