Uses of Interface
org.hibernate.sql.results.graph.entity.EntityResultGraphNode
Packages that use EntityResultGraphNode
Package
Description
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping, orm.xml,
mapping.xml or hbm.xml.Package for the translation of SQM into SQL AST
Defines domain result graphs.
-
Uses of EntityResultGraphNode in org.hibernate.query.results.internal
Methods in org.hibernate.query.results.internal with parameters of type EntityResultGraphNodeModifier and TypeMethodDescriptionDomainResultCreationStateImpl.visitIdentifierFetch(EntityResultGraphNode fetchParent) -
Uses of EntityResultGraphNode in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement EntityResultGraphNode -
Uses of EntityResultGraphNode in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type EntityResultGraphNodeModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitIdentifierFetch(EntityResultGraphNode fetchParent) -
Uses of EntityResultGraphNode in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type EntityResultGraphNodeModifier and TypeMethodDescriptiondefault BasicFetch<?>DomainResultCreationState.visitDiscriminatorFetch(EntityResultGraphNode fetchParent) default FetchDomainResultCreationState.visitIdentifierFetch(EntityResultGraphNode fetchParent) -
Uses of EntityResultGraphNode in org.hibernate.sql.results.graph.entity
Subinterfaces of EntityResultGraphNode in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterfaceSpecialization of Fetch for entity-valued fetchesinterfaceSpecialization of DomainResult for entity-valued resultsClasses in org.hibernate.sql.results.graph.entity that implement EntityResultGraphNodeModifier and TypeClassDescriptionclassAbstractFetchParent sub-class for entity-valued graph nodes -
Uses of EntityResultGraphNode in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement EntityResultGraphNodeModifier and TypeClassDescriptionclassclassclassclassAn eager entity fetch performed as a subsequent (n+1) selectclassStandard ReturnEntity implConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityResultGraphNodeModifierConstructorDescriptionEntityInitializerImpl(EntityResultGraphNode resultDescriptor, String sourceAlias, @Nullable Fetch identifierFetch, @Nullable Fetch discriminatorFetch, @Nullable DomainResult<?> keyResult, @Nullable DomainResult<Object> rowIdResult, NotFoundAction notFoundAction, boolean affectedByFilter, @Nullable InitializerParent<?> parent, boolean isResultInitializer, AssemblerCreationState creationState) -
Uses of EntityResultGraphNode in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement EntityResultGraphNode