Package org.hibernate.envers.boot.model
Interface ConfigParameterContainer
-
- All Known Implementing Classes:
TypeSpecification
public interface ConfigParameterContainerContract 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 parametersvoidsetParameter(String name, String value)Set a parameter
-