Uses of Class
org.hibernate.sql.results.graph.internal.ImmutableFetchList
-
Packages that use ImmutableFetchList Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping.internal 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 asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.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.collection.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.graph.internal -
-
Uses of ImmutableFetchList in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
LoaderSqlAstCreationState.FetchProcessor. visitFetches(FetchParent fetchParent, LoaderSqlAstCreationState creationState)
ImmutableFetchList
LoaderSqlAstCreationState. visitFetches(FetchParent fetchParent)
-
Uses of ImmutableFetchList in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
CompoundNaturalIdMapping.DomainResultImpl. getFetches()
-
Uses of ImmutableFetchList in org.hibernate.query.results
Methods in org.hibernate.query.results that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
DomainResultCreationStateImpl. visitFetches(FetchParent fetchParent)
-
Uses of ImmutableFetchList in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
EntityResultImpl. getFetches()
-
Uses of ImmutableFetchList in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
BaseSqmToSqlAstConverter. visitFetches(FetchParent fetchParent)
-
Uses of ImmutableFetchList in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
AbstractFetchParent. getFetches()
ImmutableFetchList
FetchParent. getFetches()
Retrieve the fetches owned by this fetch source.ImmutableFetchList
DomainResultCreationState. visitFetches(FetchParent fetchParent)
Visit fetches for the given parent.default ImmutableFetchList
DomainResultCreationState. visitNestedFetches(FetchParent fetchParent)
Methods in org.hibernate.sql.results.graph with parameters of type ImmutableFetchList Modifier and Type Method Description protected void
AbstractFetchParent. resetFetches(ImmutableFetchList newFetches)
-
Uses of ImmutableFetchList in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
CollectionDomainResult. getFetches()
ImmutableFetchList
CollectionFetch. getFetches()
ImmutableFetchList
EagerCollectionFetch. getFetches()
-
Uses of ImmutableFetchList in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
AbstractDiscriminatedEntityResultGraphNode. getFetches()
-
Uses of ImmutableFetchList in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
AbstractNonJoinedEntityFetch. getFetches()
ImmutableFetchList
EntityFetchJoinedImpl. getFetches()
-
Uses of ImmutableFetchList in org.hibernate.sql.results.graph.internal
Fields in org.hibernate.sql.results.graph.internal declared as ImmutableFetchList Modifier and Type Field Description static ImmutableFetchList
ImmutableFetchList. EMPTY
Methods in org.hibernate.sql.results.graph.internal that return ImmutableFetchList Modifier and Type Method Description ImmutableFetchList
ImmutableFetchList.Builder. build()
-