Package org.hibernate.envers.boot.model
Interface ConfigParameterContainer
-
- All Known Implementing Classes:
TypeSpecification
public interface ConfigParameterContainer
Contract for a model object that stores configuration parameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getParameters()
Get the configuration parametersvoid
setParameter(String name, String value)
Set a parameter
-