类的使用
org.hibernate.loader.BatchFetchStyle
-
使用BatchFetchStyle的程序包 程序包 说明 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.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. -
-
org.hibernate.boot中BatchFetchStyle的使用
参数类型为BatchFetchStyle的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyBatchFetchStyle(BatchFetchStyle style)What style of batching should be used? -
org.hibernate.boot.internal中BatchFetchStyle的使用
返回BatchFetchStyle的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 BatchFetchStyleSessionFactoryOptionsBuilder. getBatchFetchStyle()参数类型为BatchFetchStyle的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyBatchFetchStyle(BatchFetchStyle style)voidSessionFactoryOptionsBuilder. applyBatchFetchStyle(BatchFetchStyle style) -
org.hibernate.boot.spi中BatchFetchStyle的使用
返回BatchFetchStyle的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 BatchFetchStyleAbstractDelegatingSessionFactoryOptions. getBatchFetchStyle()BatchFetchStyleSessionFactoryOptions. getBatchFetchStyle()参数类型为BatchFetchStyle的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyBatchFetchStyle(BatchFetchStyle style) -
org.hibernate.cfg中BatchFetchStyle的使用
返回BatchFetchStyle的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 BatchFetchStyleSettings. getBatchFetchStyle()已过时。 -
org.hibernate.loader中BatchFetchStyle的使用
返回BatchFetchStyle的org.hibernate.loader中的方法 修饰符和类型 方法 说明 static BatchFetchStyleBatchFetchStyle. byName(String name)static BatchFetchStyleBatchFetchStyle. interpret(Object setting)static BatchFetchStyleBatchFetchStyle. valueOf(String name)返回带有指定名称的该类型的枚举常量。static BatchFetchStyle[]BatchFetchStyle. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-