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