Package org.hibernate.envers.boot.internal
package org.hibernate.envers.boot.internal
-
ClassDescriptionProvides the audit strategy implementations to the
StrategySelector
service.Hooks up Envers event listeners.Provides central access to Envers' configuration.ServiceContributor implementation pushing the EnversService into the registryProvides central access to Envers' configuration.Envers specific FunctionContributorAModifiedColumnNamingStrategy
that adds modified columns with the following rules: For basic types, prioritizes audit annotation naming followed by physical column name appended with suffix. For associations with single column foreign keys, behaves like basic types. For associations with multiple column foreign keys, prioritizes audit annotation naming followed by using property name. For embeddables, behaves like associations with multiple column foreign keysAModifiedColumnNamingStrategy
that adds modified columns with the following rules: If an audit annotation modified column name is supplied, use it directly with no suffix. If no audit annotation modified column name is present, use the property name appended with suffix. This is the default Envers modified column naming behavior.AStrategyRegistrationProvider
forModifiedColumnNamingStrategy
s.Envers specific TypeContributor