See: Description
Class | Description |
---|---|
BlueprintsPersistenceBackend |
A
PersistenceBackend that is responsible of low-level access to a Blueprints database. |
BlueprintsPersistenceBackendFactory |
A factory that creates instances of
BlueprintsPersistenceBackend . |
This package provides BlueprintsPersistenceBackend
and BlueprintsPersistenceBackendFactory
classes, that correspond to Blueprints
specific implementations of PersistenceBackend
and PersistenceBackendFactoryRegistry
.
The BlueprintsPersistenceBackendFactory
has to be registered to
enable PersistentResource
creation with a Blueprints storage:
PersistenceBackendFactoryRegistry.register(BlueprintsPersistenceBackendFactory.getInstance());
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.