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(since="5.4") public class DefaultAuditStrategy extends DefaultAuditStrategy
Deprecated.useDefaultAuditStrategy
instead.Default strategy is to simply persist the audit data.
-
-
Constructor Summary
Constructors Constructor Description DefaultAuditStrategy()
Deprecated.
-
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
-
-