Uses of Enum Class
org.hibernate.engine.FetchTiming
Packages that use FetchTiming
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 FetchTiming in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return FetchTiming -
Uses of FetchTiming in org.hibernate.engine
Methods in org.hibernate.engine that return FetchTimingModifier and TypeMethodDescriptionstatic FetchTiming
static FetchTiming
Returns the enum constant of this class with the specified name.static FetchTiming[]
FetchTiming.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FetchTiming in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return FetchTimingModifier and TypeMethodDescriptionFetch.getTiming()
The fetch timing to be applied to the association.Constructors in org.hibernate.engine.profile with parameters of type FetchTimingModifierConstructorDescriptionFetch
(Association association, FetchStyle method, FetchTiming timing) Constructs aFetch
. -
Uses of FetchTiming in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchTimingMethods in org.hibernate.metamodel.mapping with parameters of type FetchTimingModifier and TypeMethodDescriptionBasicFetch
<?> DiscriminatorMapping.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of FetchTiming in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchTimingModifier and TypeMethodDescriptionEntityGraphTraversalState.FetchStrategy.getFetchTiming()
Fetch.getTiming()
immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?FetchTimingAccess.getTiming()
Methods in org.hibernate.sql.results.graph with parameters of type FetchTimingModifier and TypeMethodDescriptionFetchable.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) Generates a Fetch of this fetchabledefault Fetch
FetchParent.generateFetchableFetch
(Fetchable fetchable, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) default Fetch
Fetchable.resolveCircularFetch
(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState) Check whether this Fetchable is considered a circular fetch.static FetchOptions
FetchOptions.valueOf
(FetchTiming fetchTiming, FetchStyle fetchStyle) Constructors in org.hibernate.sql.results.graph with parameters of type FetchTiming -
Uses of FetchTiming in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic that return FetchTimingConstructors in org.hibernate.sql.results.graph.basic with parameters of type FetchTimingModifierConstructorDescriptionBasicFetch
(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState, boolean unwrapRowProcessingState) BasicFetch
(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T, ?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType, boolean unwrapRowProcessingState) -
Uses of FetchTiming in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type FetchTimingModifier and TypeMethodDescriptionEntityValuedFetchable.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)