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 SessionFactoryBuilderSessionFactoryBuilder. 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 BatchFetchStyleAbstractDelegatingSessionFactoryOptions. getBatchFetchStyle()BatchFetchStyleSessionFactoryOptions. getBatchFetchStyle()Methods in org.hibernate.boot.spi with parameters of type BatchFetchStyle Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyBatchFetchStyle(BatchFetchStyle style) -
Uses of BatchFetchStyle in org.hibernate.cfg
Methods in org.hibernate.cfg that return BatchFetchStyle Modifier and Type Method Description BatchFetchStyleSettings. getBatchFetchStyle()Deprecated. -
Uses of BatchFetchStyle in org.hibernate.loader
Methods in org.hibernate.loader that return BatchFetchStyle Modifier and Type Method Description static BatchFetchStyleBatchFetchStyle. byName(String name)static BatchFetchStyleBatchFetchStyle. interpret(Object setting)static BatchFetchStyleBatchFetchStyle. 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.
-