接口的使用
org.hibernate.CustomEntityDirtinessStrategy
-
使用CustomEntityDirtinessStrategy的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.boot中CustomEntityDirtinessStrategy的使用
参数类型为CustomEntityDirtinessStrategy的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)Specifies a custom entity dirtiness strategy to be applied to the SessionFactory. -
org.hibernate.boot.internal中CustomEntityDirtinessStrategy的使用
实现CustomEntityDirtinessStrategy的org.hibernate.boot.internal中的类 修饰符和类型 类 说明 classDefaultCustomEntityDirtinessStrategyThe default implementation ofCustomEntityDirtinessStrategywhich does nada.返回CustomEntityDirtinessStrategy的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 CustomEntityDirtinessStrategySessionFactoryOptionsBuilder. getCustomEntityDirtinessStrategy()参数类型为CustomEntityDirtinessStrategy的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy)voidSessionFactoryOptionsBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy) -
org.hibernate.boot.spi中CustomEntityDirtinessStrategy的使用
返回CustomEntityDirtinessStrategy的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 CustomEntityDirtinessStrategyAbstractDelegatingSessionFactoryOptions. getCustomEntityDirtinessStrategy()CustomEntityDirtinessStrategySessionFactoryOptions. getCustomEntityDirtinessStrategy()参数类型为CustomEntityDirtinessStrategy的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy strategy) -
org.hibernate.engine.spi中CustomEntityDirtinessStrategy的使用
返回CustomEntityDirtinessStrategy的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CustomEntityDirtinessStrategySessionFactoryDelegatingImpl. getCustomEntityDirtinessStrategy()CustomEntityDirtinessStrategySessionFactoryImplementor. getCustomEntityDirtinessStrategy() -
org.hibernate.internal中CustomEntityDirtinessStrategy的使用
返回CustomEntityDirtinessStrategy的org.hibernate.internal中的方法 修饰符和类型 方法 说明 CustomEntityDirtinessStrategySessionFactoryImpl. getCustomEntityDirtinessStrategy()
-