Uses of Interface
org.hibernate.envers.strategy.spi.AuditStrategyContext
-
Packages that use AuditStrategyContext Package Description org.hibernate.envers.strategy.spi -
-
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 voidAuditStrategy. postInitialize(AuditStrategyContext context)Performs post initialization of the audit strategy implementation.
-