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 class
DefaultAuditStrategy
Default strategy is to simply persist the audit data.class
ValidityAuditStrategy
Audit 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.
-