Uses of Enum Class
org.hibernate.loader.BatchFetchStyle
Packages that use BatchFetchStyle
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
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 BatchFetchStyleModifier and TypeMethodDescriptionSessionFactoryBuilder.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 BatchFetchStyleMethods in org.hibernate.boot.internal with parameters of type BatchFetchStyleModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyBatchFetchStyle(BatchFetchStyle style) voidSessionFactoryOptionsBuilder.applyBatchFetchStyle(BatchFetchStyle style) Deprecated.: No longer used internally -
Uses of BatchFetchStyle in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BatchFetchStyleModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getBatchFetchStyle()SessionFactoryOptions.getBatchFetchStyle()Deprecated.: No longer used internallyMethods in org.hibernate.boot.spi with parameters of type BatchFetchStyleModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyBatchFetchStyle(BatchFetchStyle style) -
Uses of BatchFetchStyle in org.hibernate.loader
Methods in org.hibernate.loader that return BatchFetchStyleModifier and TypeMethodDescriptionstatic BatchFetchStyleDeprecated.static BatchFetchStyleDeprecated.static BatchFetchStyleDeprecated.Returns the enum constant of this class with the specified name.static BatchFetchStyle[]BatchFetchStyle.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.