Uses of Enum Class
org.hibernate.engine.FetchStyle
Packages that use FetchStyle
Package
Description
This package contains classes which are "shared" by other subsystems,
and implementations of some key algorithms.
Models the fetch profiles defined by the application.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines domain result graphs.
-
Uses of FetchStyle in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return FetchStyleModifier and TypeMethodDescriptionFetchCharacteristics.getFetchStyle()
SecondaryTableSource.getFetchStyle()
-
Uses of FetchStyle in org.hibernate.engine
Methods in org.hibernate.engine that return FetchStyleModifier and TypeMethodDescriptionstatic FetchStyle
Returns the enum constant of this class with the specified name.static FetchStyle[]
FetchStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FetchStyle in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return FetchStyleModifier and TypeMethodDescriptionFetch.getMethod()
The fetch method to be applied to the association.Constructors in org.hibernate.engine.profile with parameters of type FetchStyleModifierConstructorDescriptionFetch
(Association association, FetchStyle method, FetchTiming timing) Constructs aFetch
. -
Uses of FetchStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchStyle -
Uses of FetchStyle in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchStyleMethods in org.hibernate.sql.results.graph with parameters of type FetchStyleModifier and TypeMethodDescriptionstatic FetchOptions
FetchOptions.valueOf
(FetchTiming fetchTiming, FetchStyle fetchStyle)