See: Description
| Interface | Description |
|---|---|
| BlueprintsBackend |
A
Backend that is responsible of low-level access to a Blueprints database. |
| Class | Description |
|---|---|
| BlueprintsBackendFactory |
A
BackendFactory that creates BlueprintsBackend instances. |
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.