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.
-
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.spi
Methods in org.hibernate.boot.spi that return CustomEntityDirtinessStrategyModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getCustomEntityDirtinessStrategy()
SessionFactoryOptions.getCustomEntityDirtinessStrategy()
A custom strategy for determining if an entity instance is dirty.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()
Obtain theCustomEntityDirtinessStrategy