Uses of Interface
org.hibernate.CustomEntityDirtinessStrategy
-
Packages that use CustomEntityDirtinessStrategy Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.engine.spi -
-
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)Specifies a custom entity dirtiness strategy to be applied to the SessionFactory. -
Uses of CustomEntityDirtinessStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategyAbstractDelegatingSessionFactoryOptions. getCustomEntityDirtinessStrategy()CustomEntityDirtinessStrategySessionFactoryOptions. getCustomEntityDirtinessStrategy()Methods in org.hibernate.boot.spi with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. 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 CustomEntityDirtinessStrategySessionFactoryDelegatingImpl. getCustomEntityDirtinessStrategy()CustomEntityDirtinessStrategySessionFactoryImplementor. getCustomEntityDirtinessStrategy()
-