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 org.hibernate.envers.strategy.internal.DefaultAuditStrategy
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, performCollectionChangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.envers.strategy.AuditStrategy
perform, performCollectionChangeMethods inherited from interface org.hibernate.envers.strategy.spi.AuditStrategy
addAdditionalColumns, postInitialize
-
Constructor Details
-
DefaultAuditStrategy
public DefaultAuditStrategy()Deprecated.
-
DefaultAuditStrategyinstead.