Uses of Interface
org.hibernate.CustomEntityDirtinessStrategy
-
Packages that use CustomEntityDirtinessStrategy Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)
Specifies aCustomEntityDirtinessStrategy
. -
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement CustomEntityDirtinessStrategy Modifier and Type Class Description class
DefaultCustomEntityDirtinessStrategy
The default implementation ofCustomEntityDirtinessStrategy
which does nada.Methods in org.hibernate.boot.internal that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategy
SessionFactoryOptionsBuilder. getCustomEntityDirtinessStrategy()
Methods in org.hibernate.boot.internal with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilderImpl. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)
void
SessionFactoryOptionsBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategy
AbstractDelegatingSessionFactoryOptions. getCustomEntityDirtinessStrategy()
CustomEntityDirtinessStrategy
SessionFactoryOptions. getCustomEntityDirtinessStrategy()
Methods in org.hibernate.boot.spi with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description T
AbstractDelegatingSessionFactoryBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategy
SessionFactoryDelegatingImpl. getCustomEntityDirtinessStrategy()
CustomEntityDirtinessStrategy
SessionFactoryImplementor. getCustomEntityDirtinessStrategy()
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategy
SessionFactoryImpl. getCustomEntityDirtinessStrategy()
-