Class HistoryConfigurationImpl
java.lang.Object
ch.tocco.nice2.persist.history.impl.v2.config.HistoryConfigurationImpl
- All Implemented Interfaces:
HistoryConfiguration
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final record
-
Field Summary
Fields inherited from interface ch.tocco.nice2.persist.history.impl.v2.config.HistoryConfiguration
SILENCE_HISTORY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHistoryConfigurationFor
(EntityModel entityModel) boolean
isHistoryEnabledFor
(EntityModel entityModel) void
setEntityHistoryConfigurations
(List<EntityHistoryConfiguration> entityHistoryConfigurations) void
setIgnoreEntityModels
(List<HistoryExclusionContribution> contributions)
-
Constructor Details
-
HistoryConfigurationImpl
public HistoryConfigurationImpl()
-
-
Method Details
-
setIgnoreEntityModels
-
setEntityHistoryConfigurations
@Autowired public void setEntityHistoryConfigurations(List<EntityHistoryConfiguration> entityHistoryConfigurations) -
isHistoryEnabledFor
- Specified by:
isHistoryEnabledFor
in interfaceHistoryConfiguration
-
getHistoryConfigurationFor
- Specified by:
getHistoryConfigurationFor
in interfaceHistoryConfiguration
-