See: Description
| Interface | Description | 
|---|---|
| Id | An identifier used to identify  PersistentEObjects in datastores. | 
| IdConverter<T> | |
| IdProvider | A provider of  Idinstances. | 
| PersistentEObject | 
| Class | Description | 
|---|---|
| AbstractIdConverter<T> | An abstract  IdConverter. | 
| AbstractIdProvider | An abstract  IdProvider. | 
| DefaultPersistentEObject | The default implementation of a  PersistentEObject. | 
| DynamicPersistentEObject | A dynamic  PersistentEObject. | 
| IdConverters | A static factory that creates  IdConverterinstances related toIds. | 
| PersistenceFactory | The factory that creates  PersistentEObjectinstances fromEClasses. | 
 The core component defines the PersistentEObject interface that extends EMF
 EObject by delegating its attribute and reference accesses to the underlying backend.
 PersistentEObjects contain a unique Id
 that is used by the underlying backend to retrieve, update, and delete model elements.
 
 PersistentEObject extends the EObject interface,
 and can be accessed using the standard EMF API by client applications, easing the integration of NeoEMF.
Copyright © 2013–2019 Atlanmod. All rights reserved.