Uses of Class
org.hibernate.engine.FetchTiming
-
Packages that use FetchTiming Package Description org.hibernate.boot.model.source.spi org.hibernate.engine This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.query.derived org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.entity -
-
Uses of FetchTiming in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return FetchTiming Modifier and Type Method Description FetchTimingFetchCharacteristics. getFetchTiming() -
Uses of FetchTiming in org.hibernate.engine
Methods in org.hibernate.engine that return FetchTiming Modifier and Type Method Description static FetchTimingFetchTiming. forType(FetchType type)static FetchTimingFetchTiming. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchTiming[]FetchTiming. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FetchTiming in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return FetchTiming Modifier and Type Method Description FetchTimingFetch. getTiming()The fetch timing to be applied to the association.Constructors in org.hibernate.engine.profile with parameters of type FetchTiming Constructor Description Fetch(Association association, FetchStyle method, FetchTiming timing)Constructs aFetch. -
Uses of FetchTiming in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return FetchTiming Modifier and Type Method Description default FetchTimingEntityDiscriminatorMapping. getTiming()Methods in org.hibernate.metamodel.mapping with parameters of type FetchTiming Modifier and Type Method Description BasicFetch<?>EntityDiscriminatorMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of FetchTiming in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return FetchTiming Modifier and Type Method Description FetchTimingAnonymousTupleNonAggregatedEntityIdentifierMapping. getTiming()Methods in org.hibernate.query.derived with parameters of type FetchTiming Modifier and Type Method Description BasicFetchAnonymousTupleBasicValuedModelPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchAnonymousTupleEmbeddableValuedModelPart. 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 FetchTiming Modifier and Type Method Description FetchTimingEntityGraphTraversalState.FetchStrategy. getFetchTiming()FetchTimingFetch. getTiming()immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?FetchTimingFetchTimingAccess. getTiming()Methods in org.hibernate.sql.results.graph with parameters of type FetchTiming Modifier and Type Method Description FetchFetchable. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)Generates a Fetch of this fetchabledefault FetchFetchParent. generateFetchableFetch(Fetchable fetchable, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)default FetchFetchable. resolveCircularFetch(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState)Check whether this Fetchable is considered a circular fetch.static FetchOptionsFetchOptions. valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)Constructors in org.hibernate.sql.results.graph with parameters of type FetchTiming Constructor Description FetchStrategy(FetchTiming fetchTiming, boolean joined) -
Uses of FetchTiming in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic that return FetchTiming Modifier and Type Method Description FetchTimingBasicFetch. getTiming()Constructors in org.hibernate.sql.results.graph.basic with parameters of type FetchTiming Constructor Description BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState, boolean coerceResultType)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, DomainResultCreationState creationState) -
Uses of FetchTiming in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type FetchTiming Modifier and Type Method Description EntityFetchEntityValuedFetchable. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)
-