public class PropertyManagerImpl extends Object implements org.everit.props.PropertyManager
PropertyManager.| Constructor and Description |
|---|
PropertyManagerImpl(ConcurrentMap<String,String> cache,
org.everit.persistence.querydsl.support.QuerydslSupport querydslSupport,
org.everit.transaction.propagator.TransactionPropagator transactionPropagator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
String |
getProperty(String key) |
String |
removeProperty(String key) |
String |
updateProperty(String key,
String newValue) |
public PropertyManagerImpl(ConcurrentMap<String,String> cache, org.everit.persistence.querydsl.support.QuerydslSupport querydslSupport, org.everit.transaction.propagator.TransactionPropagator transactionPropagator)
public void addProperty(String key, String value)
addProperty in interface org.everit.props.PropertyManagerpublic String getProperty(String key)
getProperty in interface org.everit.props.PropertyManagerpublic String removeProperty(String key)
removeProperty in interface org.everit.props.PropertyManagerCopyright © 2011–2019 Everit Kft.. All rights reserved.