Class PersistenceBackendConfiguration
- java.lang.Object
-
- org.gcube.documentstore.persistence.PersistenceBackendConfiguration
-
public abstract class PersistenceBackendConfiguration extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>properties
-
Constructor Summary
Constructors Modifier Constructor Description protectedPersistenceBackendConfiguration()PersistenceBackendConfiguration(Class<? extends PersistenceBackend> clz)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(String key, String value)static PersistenceBackendConfigurationgetInstance(Class<? extends PersistenceBackend> clz)StringgetProperty(String key)StringtoString()
-
-
-
Constructor Detail
-
PersistenceBackendConfiguration
protected PersistenceBackendConfiguration()
-
PersistenceBackendConfiguration
@Deprecated public PersistenceBackendConfiguration(Class<? extends PersistenceBackend> clz)
Deprecated.
-
-
Method Detail
-
getInstance
public static PersistenceBackendConfiguration getInstance(Class<? extends PersistenceBackend> clz)
-
-