Uses of Interface
org.hibernate.CustomEntityDirtinessStrategy
Packages that use CustomEntityDirtinessStrategy
Package
Description
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.
This package defines APIs for configuring Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Validation for HQL queries.
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionSessionFactoryBuilder.applyCustomEntityDirtinessStrategy
(CustomEntityDirtinessStrategy strategy) Specifies aCustomEntityDirtinessStrategy
. -
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement CustomEntityDirtinessStrategyModifier and TypeClassDescriptionclass
The default implementation ofCustomEntityDirtinessStrategy
which does nada.Methods in org.hibernate.boot.internal that return CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getCustomEntityDirtinessStrategy()
Methods in org.hibernate.boot.internal with parameters of type CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyCustomEntityDirtinessStrategy
(CustomEntityDirtinessStrategy strategy) void
SessionFactoryOptionsBuilder.applyCustomEntityDirtinessStrategy
(CustomEntityDirtinessStrategy strategy) -
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getCustomEntityDirtinessStrategy()
SessionFactoryOptions.getCustomEntityDirtinessStrategy()
Methods in org.hibernate.boot.spi with parameters of type CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyCustomEntityDirtinessStrategy
(CustomEntityDirtinessStrategy strategy) -
Uses of CustomEntityDirtinessStrategy in org.hibernate.cfg
Methods in org.hibernate.cfg that return CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionConfiguration.getCustomEntityDirtinessStrategy()
TheCustomEntityDirtinessStrategy
, if any, that was added to this configuration.Methods in org.hibernate.cfg with parameters of type CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionConfiguration.setCustomEntityDirtinessStrategy
(CustomEntityDirtinessStrategy customEntityDirtinessStrategy) Specify aCustomEntityDirtinessStrategy
to be added to this configuration. -
Uses of CustomEntityDirtinessStrategy in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getCustomEntityDirtinessStrategy()
SessionFactoryImplementor.getCustomEntityDirtinessStrategy()
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return CustomEntityDirtinessStrategy -
Uses of CustomEntityDirtinessStrategy in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return CustomEntityDirtinessStrategy