Uses of Record Class
org.hibernate.engine.spi.FetchOptions
Packages that use FetchOptions
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Package for the translation of SQM into SQL AST
Defines domain result graphs.
-
Uses of FetchOptions in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type FetchOptionsModifier and TypeMethodDescriptionCollectionInitializerProducer.produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, FetchOptions fetchOptions, AssemblerCreationState creationState) Create an initializer for the given attribute relative to the given navigable path. -
Uses of FetchOptions in org.hibernate.engine.spi
Fields in org.hibernate.engine.spi declared as FetchOptionsMethods in org.hibernate.engine.spi that return FetchOptionsModifier and TypeMethodDescriptionstatic FetchOptionsFetchOptions.of(AttributeNode<?> node) static FetchOptionsFetchOptions.of(CacheStoreMode cacheStoreMode, CacheRetrieveMode cacheRetrieveMode, Integer batchSize) static FetchOptionsFetchOptions.of(CacheStoreMode cacheStoreMode, CacheRetrieveMode cacheRetrieveMode, Integer batchSize, FetchMethod fetchMethod) Methods in org.hibernate.engine.spi with parameters of type FetchOptionsModifier and TypeMethodDescription<T> TLoadQueryInfluencers.withFetchOptions(SharedSessionContractImplementor session, FetchOptions options, Supplier<T> supplier) -
Uses of FetchOptions in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return FetchOptionsModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.getFetchOptions(NavigablePath fetchablePath) Methods in org.hibernate.query.sqm.sql with parameters of type FetchOptionsModifier and TypeMethodDescriptionvoidBaseSqmToSqlAstConverter.registerFetchOptions(NavigablePath fetchablePath, FetchOptions fetchOptions) -
Uses of FetchOptions in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchOptionsModifier and TypeMethodDescriptiondefault FetchOptionsDomainResultCreationState.getFetchOptions(NavigablePath fetchablePath) The fetch options applied by an entity graph to this fetch path.EntityGraphTraversalState.TraversalResult.getFetchOptions()Methods in org.hibernate.sql.results.graph with parameters of type FetchOptionsModifier and TypeMethodDescriptiondefault voidDomainResultCreationState.registerFetchOptions(NavigablePath fetchablePath, FetchOptions fetchOptions) Register the fetch options applied by an entity graph to a fetch path.Constructors in org.hibernate.sql.results.graph with parameters of type FetchOptionsModifierConstructorDescriptionTraversalResult(GraphImplementor<?> previousContext, EntityGraphTraversalState.FetchStrategy fetchStrategy, FetchOptions fetchOptions) -
Uses of FetchOptions in org.hibernate.sql.results.graph.collection
Methods in org.hibernate.sql.results.graph.collection that return FetchOptions -
Uses of FetchOptions in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return FetchOptions