Uses of Interface
org.hibernate.CustomEntityDirtinessStrategy
-
Packages that use CustomEntityDirtinessStrategy Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.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 SessionFactoryBuilderSessionFactoryBuilder. 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 classDefaultCustomEntityDirtinessStrategyThe default implementation ofCustomEntityDirtinessStrategywhich does nada.Methods in org.hibernate.boot.internal that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategySessionFactoryOptionsBuilder. getCustomEntityDirtinessStrategy()Methods in org.hibernate.boot.internal with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderImpl. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)voidSessionFactoryOptionsBuilder. 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 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.cfg
Methods in org.hibernate.cfg that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategyConfiguration. getCustomEntityDirtinessStrategy()TheCustomEntityDirtinessStrategy, if any, that was added to this configuration.Methods in org.hibernate.cfg with parameters of type CustomEntityDirtinessStrategy Modifier and Type Method Description ConfigurationConfiguration. setCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy customEntityDirtinessStrategy)Specify aCustomEntityDirtinessStrategyto be added to this configuration. -
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() -
Uses of CustomEntityDirtinessStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return CustomEntityDirtinessStrategy Modifier and Type Method Description CustomEntityDirtinessStrategySessionFactoryImpl. getCustomEntityDirtinessStrategy()
-