Uses of Class
org.hibernate.loader.BatchFetchStyle
-
Packages that use BatchFetchStyle Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg org.hibernate.loader -
-
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)
What style of batching should be used? -
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()
Methods 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.cfg
Methods in org.hibernate.cfg that return BatchFetchStyle Modifier and Type Method Description BatchFetchStyle
Settings. getBatchFetchStyle()
Deprecated. -
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)
static BatchFetchStyle
BatchFetchStyle. interpret(Object setting)
static BatchFetchStyle
BatchFetchStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchFetchStyle[]
BatchFetchStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-