| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.data.store.adapter | Provides classes to map model-level operations into persistence-level operations. | 
| fr.inria.atlanmod.neoemf.resource | Provides classes extending EMF resource management to support lazy-loading and database delegation. | 
| Constructor and Description | 
|---|
| PersistentStoreAdapter(Store store,
                      PersistentResource resource)Constructs a new  PersistentStoreAdapteron the givenstore. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultPersistentResourceThe default implementation of a  PersistentResourcethat containsPersistentEObject. | 
| class  | PersistentResourceDecoratorA  PersistentResourcewrapper that delegates all method calls to the decorated resource. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PersistentResource | PersistentResourceDecorator. resourceThe underlying resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| PersistentResource | PersistentResourceFactory. createResource(org.eclipse.emf.common.util.URI uri)
 
 The  urimust be registered in theBackendFactoryRegistry. | 
| Constructor and Description | 
|---|
| PersistentResourceDecorator(PersistentResource resource)Constructs a  PersistentResourceDecoratoron the givenresource. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.