Uses of Enum Class
org.hibernate.audit.AuditStrategy
Packages that use AuditStrategy
Package
Description
API for querying the history of
audited entities.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of AuditStrategy in org.hibernate.audit
Subclasses with type arguments of type AuditStrategy in org.hibernate.auditModifier and TypeClassDescriptionenumEnumerates the possible strategies for querying audited entities and collections.Methods in org.hibernate.audit that return AuditStrategyModifier and TypeMethodDescriptionstatic AuditStrategyReturns the enum constant of this class with the specified name.static AuditStrategy[]AuditStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuditStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type AuditStrategyModifier and TypeMethodDescriptionSessionFactoryBuilder.applyAuditStrategy(AuditStrategy strategy) -
Uses of AuditStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AuditStrategyModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getAuditStrategy()default AuditStrategyMetadataBuildingContext.getAuditStrategy()SessionFactoryOptions.getAuditStrategy()Methods in org.hibernate.boot.spi with parameters of type AuditStrategyModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyAuditStrategy(AuditStrategy strategy)