Uses of Interface
org.hibernate.envers.strategy.spi.AuditStrategyContext
-
Packages that use AuditStrategyContext Package Description org.hibernate.envers.strategy.internal org.hibernate.envers.strategy.spi -
-
Uses of AuditStrategyContext in org.hibernate.envers.strategy.internal
Methods in org.hibernate.envers.strategy.internal with parameters of type AuditStrategyContext Modifier and Type Method Description void
ValidityAuditStrategy. postInitialize(AuditStrategyContext context)
-
Uses of AuditStrategyContext in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi with parameters of type AuditStrategyContext Modifier and Type Method Description default void
AuditStrategy. postInitialize(AuditStrategyContext context)
Performs post initialization of the audit strategy implementation.
-