Uses of Interface
org.hibernate.envers.strategy.spi.AuditStrategyContext
Packages that use AuditStrategyContext
-
Uses of AuditStrategyContext in org.hibernate.envers.strategy.internal
Methods in org.hibernate.envers.strategy.internal with parameters of type AuditStrategyContextModifier and TypeMethodDescriptionvoid
ValidityAuditStrategy.postInitialize
(AuditStrategyContext context) -
Uses of AuditStrategyContext in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi with parameters of type AuditStrategyContextModifier and TypeMethodDescriptiondefault void
AuditStrategy.postInitialize
(AuditStrategyContext context) Performs post initialization of the audit strategy implementation.