Uses of Interface
org.hibernate.envers.strategy.AuditStrategy
-
Packages that use AuditStrategy Package Description org.hibernate.envers.configuration org.hibernate.envers.strategy org.hibernate.envers.strategy.internal -
-
Uses of AuditStrategy in org.hibernate.envers.configuration
Methods in org.hibernate.envers.configuration that return AuditStrategy Modifier and Type Method Description AuditStrategyConfiguration. getAuditStrategy() -
Uses of AuditStrategy in org.hibernate.envers.strategy
Classes in org.hibernate.envers.strategy that implement AuditStrategy Modifier and Type Class Description classDefaultAuditStrategyDeprecated.(since 5.4), useDefaultAuditStrategyinstead.classValidityAuditStrategyDeprecated.(since 5.4), useValidityAuditStrategyinstead. -
Uses of AuditStrategy in org.hibernate.envers.strategy.internal
Classes in org.hibernate.envers.strategy.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw AuditStrategy Modifier and Type Class Description classorg.hibernate.envers.strategy.internal.DefaultAuditStrategyclassorg.hibernate.envers.strategy.internal.ValidityAuditStrategy
-