See: Description
| Interface | Description | 
|---|---|
| BlueprintsBackend | A  Backendthat is responsible of low-level access to a Blueprints database. | 
| Class | Description | 
|---|---|
| BlueprintsBackendFactory | A  BackendFactorythat createsBlueprintsBackendinstances. | 
 This package provides BlueprintsBackend and BlueprintsBackendFactory classes, that correspond to Blueprints specific
 implementations of Backend and BackendFactoryRegistry.
 
 The BlueprintsBackendFactory has to be registered to enable PersistentResource creation with a Blueprints storage:
 
 BackendFactoryRegistry.register(new BlueprintsBackendFactory());
 Copyright © 2013–2019 Atlanmod. All rights reserved.