Class DefaultAuditStrategy

  • All Implemented Interfaces:
    AuditStrategy, AuditStrategy

    @Deprecated
    public class DefaultAuditStrategy
    extends org.hibernate.envers.strategy.internal.DefaultAuditStrategy
    Deprecated.
    (since 5.4), use DefaultAuditStrategy instead.
    Default strategy is to simply persist the audit data.
    • 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
    • Constructor Detail

      • DefaultAuditStrategy

        public DefaultAuditStrategy()
        Deprecated.