Uses of Interface
org.hibernate.sql.results.graph.Fetch
-
Packages that use Fetch Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.query.derived org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIsorg.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.entity -
-
Uses of Fetch in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type Fetch Modifier and Type Method Description static CollectionInitializerProducerInitializerProducerBuilder. createArrayInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createBagInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createCollectionTypeWrapperInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractBagSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractMapSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractSetSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)default CollectionInitializerProducerCollectionSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)Create a producer forCollectionInitializerinstances for the given collection semanticsstatic CollectionInitializerProducerInitializerProducerBuilder. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createListInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createMapInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createSetInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState) -
Uses of Fetch in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return Fetch Modifier and Type Method Description FetchAnonymousTupleEmbeddableValuedModelPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of Fetch in org.hibernate.query.results
Methods in org.hibernate.query.results that return Fetch Modifier and Type Method Description FetchFetchBuilder. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchImplicitAttributeFetchBuilder. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchDomainResultCreationStateImpl. visitIdentifierFetch(EntityResultGraphNode fetchParent)Methods in org.hibernate.query.results with parameters of type Fetch Modifier and Type Method Description static DomainResultResultsHelper. convertIdFetchToResult(Fetch fetch, DomainResultCreationState creationState) -
Uses of Fetch in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return Fetch Modifier and Type Method Description FetchCompleteFetchBuilderEmbeddableValuedModelPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchCompleteFetchBuilderEntityValuedModelPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchEntityResultImpl. findFetch(Fetchable fetchable) -
Uses of Fetch in org.hibernate.query.results.dynamic
Methods in org.hibernate.query.results.dynamic that return Fetch Modifier and Type Method Description FetchDynamicFetchBuilderLegacy. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchDynamicFetchBuilderStandard. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchDynamicResultBuilderEntityStandard. buildFetch(FetchParent parent, Fetchable fetchable, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) -
Uses of Fetch in org.hibernate.query.results.implicit
-
Uses of Fetch in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return Fetch Modifier and Type Method Description FetchBaseSqmToSqlAstConverter. visitIdentifierFetch(EntityResultGraphNode fetchParent) -
Uses of Fetch in org.hibernate.sql.results.graph
Subinterfaces of Fetch in org.hibernate.sql.results.graph Modifier and Type Interface Description interfaceBiDirectionalFetchMethods in org.hibernate.sql.results.graph that return Fetch Modifier and Type Method Description FetchAbstractFetchParent. findFetch(Fetchable fetchable)FetchFetchParent. findFetch(Fetchable fetchable)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)FetchFetchList. get(Fetchable fetchable)default FetchFetchable. resolveCircularFetch(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState)Check whether this Fetchable is considered a circular fetch.default FetchDomainResultCreationState. visitIdentifierFetch(EntityResultGraphNode fetchParent)Methods in org.hibernate.sql.results.graph that return types with arguments of type Fetch Modifier and Type Method Description default Stream<Fetch>FetchList. stream()Method parameters in org.hibernate.sql.results.graph with type arguments of type Fetch Modifier and Type Method Description voidFetchList. forEach(Consumer<? super Fetch> consumer)voidFetchList. indexedForEach(org.hibernate.internal.util.IndexedConsumer<? super Fetch> consumer) -
Uses of Fetch in org.hibernate.sql.results.graph.basic
Classes in org.hibernate.sql.results.graph.basic that implement Fetch Modifier and Type Class Description classBasicFetch<T>Fetch for a basic-value -
Uses of Fetch in org.hibernate.sql.results.graph.entity
Subinterfaces of Fetch in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interfaceEntityFetchSpecialization of Fetch for entity-valued fetchesMethods in org.hibernate.sql.results.graph.entity that return Fetch Modifier and Type Method Description FetchAbstractDiscriminatedEntityResultGraphNode. findFetch(Fetchable fetchable)FetchAbstractDiscriminatedEntityResultGraphNode. getDiscriminatorValueFetch()@Nullable FetchAbstractEntityResultGraphNode. getIdentifierFetch()FetchAbstractDiscriminatedEntityResultGraphNode. getKeyValueFetch()
-