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
Modifier and TypeMethodDescriptionGet the configuration parametersvoid
setParameter
(String name, String value) Set a parameter
-
Method Details
-
getParameters
Get the configuration parameters- Returns:
- an immutable map of configuration parameters
-
setParameter
Set a parameter- Parameters:
name
- the parameter name, should never benull
value
- the parameter value, should never benull
-