Uses of Class
org.hibernate.loader.BatchFetchStyle
-
Packages that use BatchFetchStyle 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.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. -
-
Uses of BatchFetchStyle in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type BatchFetchStyle Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilder. applyBatchFetchStyle(BatchFetchStyle style)
Deprecated.: an appropriate style is selected -
Uses of BatchFetchStyle in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return BatchFetchStyle Modifier and Type Method Description BatchFetchStyle
SessionFactoryOptionsBuilder. getBatchFetchStyle()
Methods in org.hibernate.boot.internal with parameters of type BatchFetchStyle Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilderImpl. applyBatchFetchStyle(BatchFetchStyle style)
void
SessionFactoryOptionsBuilder. applyBatchFetchStyle(BatchFetchStyle style)
Deprecated.: No longer used internally -
Uses of BatchFetchStyle in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BatchFetchStyle Modifier and Type Method Description BatchFetchStyle
AbstractDelegatingSessionFactoryOptions. getBatchFetchStyle()
BatchFetchStyle
SessionFactoryOptions. getBatchFetchStyle()
Deprecated.: No longer used internallyMethods in org.hibernate.boot.spi with parameters of type BatchFetchStyle Modifier and Type Method Description T
AbstractDelegatingSessionFactoryBuilder. applyBatchFetchStyle(BatchFetchStyle style)
-
Uses of BatchFetchStyle in org.hibernate.loader
Methods in org.hibernate.loader that return BatchFetchStyle Modifier and Type Method Description static BatchFetchStyle
BatchFetchStyle. byName(String name)
Deprecated.static BatchFetchStyle
BatchFetchStyle. interpret(Object setting)
Deprecated.static BatchFetchStyle
BatchFetchStyle. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static BatchFetchStyle[]
BatchFetchStyle. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-