Uses of Interface
org.hibernate.sql.results.graph.entity.EntityResultGraphNode
-
Packages that use EntityResultGraphNode Package Description 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.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.internal.domain -
-
Uses of EntityResultGraphNode in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type EntityResultGraphNode Modifier and Type Method Description Fetch
DomainResultCreationStateImpl. visitIdentifierFetch(EntityResultGraphNode fetchParent)
-
Uses of EntityResultGraphNode in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement EntityResultGraphNode Modifier and Type Class Description class
EntityResultImpl
-
Uses of EntityResultGraphNode in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type EntityResultGraphNode Modifier and Type Method Description Fetch
BaseSqmToSqlAstConverter. visitIdentifierFetch(EntityResultGraphNode fetchParent)
-
Uses of EntityResultGraphNode in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type EntityResultGraphNode Modifier and Type Method Description default BasicFetch<?>
DomainResultCreationState. visitDiscriminatorFetch(EntityResultGraphNode fetchParent)
default Fetch
DomainResultCreationState. visitIdentifierFetch(EntityResultGraphNode fetchParent)
-
Uses of EntityResultGraphNode in org.hibernate.sql.results.graph.entity
Subinterfaces of EntityResultGraphNode in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interface
EntityFetch
Specialization of Fetch for entity-valued fetchesinterface
EntityResult
Specialization of DomainResult for entity-valued resultsClasses in org.hibernate.sql.results.graph.entity that implement EntityResultGraphNode Modifier and Type Class Description class
AbstractEntityResultGraphNode
AbstractFetchParent 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 EntityResultGraphNode Modifier and Type Class Description class
AbstractNonJoinedEntityFetch
class
EntityDelayedFetchImpl
class
EntityFetchJoinedImpl
class
EntityFetchSelectImpl
An eager entity fetch performed as a subsequent (n+1) selectclass
EntityResultImpl
Standard ReturnEntity implConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityResultGraphNode Constructor Description EntityInitializerImpl(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 Modifier and Type Class Description class
CircularFetchImpl
-