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 inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMappingor `hbm.xml` mapping<resultset/>.org.hibernate.sql.results.graph org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal -
-
Uses of EntityResultGraphNode in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type EntityResultGraphNode Modifier and Type Method Description FetchDomainResultCreationStateImpl. 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 classEntityResultImpl -
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 FetchDomainResultCreationState. 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 interfaceEntityFetchSpecialization of Fetch for entity-valued fetchesinterfaceEntityResultSpecialization of DomainResult for entity-valued resultsClasses in org.hibernate.sql.results.graph.entity that implement EntityResultGraphNode Modifier and Type Class Description classAbstractEntityResultGraphNodeAbstractFetchParent sub-class for entity-valued graph nodesclassAbstractNonLazyEntityFetchSupport for non-lazy EntityFetch implementations - both joined and subsequent-selectConstructors in org.hibernate.sql.results.graph.entity with parameters of type EntityResultGraphNode Constructor Description AbstractEntityInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, Fetch discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState) -
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 classAbstractNonJoinedEntityFetchclassEntityDelayedFetchImplclassEntityFetchJoinedImplclassEntityFetchSelectImplAn eager entity fetch performed as a subsequent (n+1) selectclassEntityResultImplStandard ReturnEntity implclassEntityResultJoinedSubclassImplConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityResultGraphNode Constructor Description EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)EntityResultInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, BasicFetch<?> discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState)
-