Uses of Interface
org.hibernate.envers.strategy.AuditStrategy
-
Packages that use AuditStrategy Package Description org.hibernate.envers.strategy -
-
Uses of AuditStrategy in org.hibernate.envers.strategy
Classes in org.hibernate.envers.strategy that implement AuditStrategy Modifier and Type Class Description classDefaultAuditStrategyDefault strategy is to simply persist the audit data.classValidityAuditStrategyAudit strategy which persists and retrieves audit information using a validity algorithm, based on the start-revision and end-revision of a row in the audit tables.
-