Uses of Interface
org.hibernate.sql.results.graph.DomainResultGraphNode
-
Packages that use DomainResultGraphNode Package Description 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.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.instantiation org.hibernate.sql.results.graph.tuple -
-
Uses of DomainResultGraphNode in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement DomainResultGraphNode Modifier and Type Class Description classEntityResultImpl -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph Modifier and Type Interface Description interfaceBiDirectionalFetchinterfaceDomainResult<J>Represents a result value in the domain query results.interfaceFetchContract for fetches including entity, collection and composite.interfaceFetchParentContract for things that can be the parent of a fetchClasses in org.hibernate.sql.results.graph that implement DomainResultGraphNode Modifier and Type Class Description classAbstractFetchParent -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.basic
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.basic Modifier and Type Interface Description interfaceBasicResultGraphNode<J>DomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResultGraphNode Modifier and Type Class Description classBasicFetch<T>Fetch for a basic-valueclassBasicResult<T>DomainResult for a basic-value -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.collection
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.collection Modifier and Type Interface Description interfaceCollectionResultGraphNode -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddable
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interfaceEmbeddableResult<T>DomainResult specialization for embeddable-valued resultsinterfaceEmbeddableResultGraphNode -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.entity
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interfaceEntityFetchSpecialization of Fetch for entity-valued fetchesinterfaceEntityResultSpecialization of DomainResult for entity-valued resultsinterfaceEntityResultGraphNodeRepresents a reference to an entity either as a return, fetch, or collection element or index.Classes in org.hibernate.sql.results.graph.entity that implement DomainResultGraphNode Modifier and Type Class Description classAbstractDiscriminatedEntityResultGraphNodeclassAbstractEntityResultGraphNodeAbstractFetchParent sub-class for entity-valued graph nodesclassAbstractNonLazyEntityFetchDeprecated, for removal: This API element is subject to removal in a future version.Abstraction was not useful, so it was inlined intoEntityFetchJoinedImpldirectly -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.instantiation
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.instantiation Modifier and Type Interface Description interfaceDynamicInstantiationResult<R>Specialization of DomainResult to model dynamic instantiation -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResultGraphNode Modifier and Type Class Description classTupleResult<T>
-