Package org.hibernate.envers.strategy
Class DefaultAuditStrategy
java.lang.Object
org.hibernate.envers.strategy.internal.DefaultAuditStrategy
org.hibernate.envers.strategy.DefaultAuditStrategy
- All Implemented Interfaces:
AuditStrategy
,AuditStrategy
Deprecated.
Default strategy is to simply persist the audit data.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
addAssociationAtRevisionRestriction, addEntityAtRevisionRestriction, perform, performCollectionChange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.envers.strategy.AuditStrategy
perform, performCollectionChange
Methods inherited from interface org.hibernate.envers.strategy.spi.AuditStrategy
addAdditionalColumns, postInitialize
-
Constructor Details
-
DefaultAuditStrategy
public DefaultAuditStrategy()Deprecated.
-
DefaultAuditStrategy
instead.