Uses of Interface
org.hibernate.envers.strategy.spi.AuditStrategy
Packages that use AuditStrategy
-
Uses of AuditStrategy in org.hibernate.envers.strategy
Subinterfaces of AuditStrategy in org.hibernate.envers.strategyClasses in org.hibernate.envers.strategy that implement AuditStrategyModifier and TypeClassDescriptionclass
Deprecated.useDefaultAuditStrategy
instead.class
Deprecated.useValidityAuditStrategy
instead. -
Uses of AuditStrategy in org.hibernate.envers.strategy.internal
Classes in org.hibernate.envers.strategy.internal that implement AuditStrategyModifier and TypeClassDescriptionclass
Default implementation of theAuditStrategy
contract.class
An audit strategy implementation that persists and fetches audit information using a validity algorithm, based on the start-revision and end-revision of a row in the audit table schema.
AuditStrategy
instead.