public abstract class PersistenceBackendConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
properties |
| Modifier | Constructor and Description |
|---|---|
protected |
PersistenceBackendConfiguration() |
|
PersistenceBackendConfiguration(Class<? extends PersistenceBackend> clz)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
static PersistenceBackendConfiguration |
getInstance(Class<? extends PersistenceBackend> clz) |
String |
getProperty(String key) |
String |
toString() |
protected PersistenceBackendConfiguration()
@Deprecated public PersistenceBackendConfiguration(Class<? extends PersistenceBackend> clz)
public static PersistenceBackendConfiguration getInstance(Class<? extends PersistenceBackend> clz)
Copyright © 2018. All Rights Reserved.