Uses of Interface
org.hibernate.sql.results.graph.DomainResultGraphNode
-
Packages that use DomainResultGraphNode Package Description org.hibernate.metamodel.mapping.internal 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.query.sqm.sql.internal 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.collection.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.graph.instantiation org.hibernate.sql.results.graph.instantiation.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal.domain -
-
Uses of DomainResultGraphNode in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DomainResultGraphNode Modifier and Type Class Description static classCompoundNaturalIdMapping.DomainResultImpl -
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.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement DomainResultGraphNode Modifier and Type Class Description classSqmMapEntryResult<K,V,R extends Map.Entry<K,V>> -
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.collection.internal
Classes in org.hibernate.sql.results.graph.collection.internal that implement DomainResultGraphNode Modifier and Type Class Description classAbstractCollectionResultNodeclassCollectionDomainResultclassCollectionFetchclassDelayedCollectionFetchclassEagerCollectionFetchclassSelectEagerCollectionFetch -
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.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement DomainResultGraphNode Modifier and Type Class Description classAggregateEmbeddableFetchImplA Fetch for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultImpl<T>A Result for an embeddable that is mapped as aggregate e.g.classEmbeddableExpressionResultImpl<T>classEmbeddableFetchImplclassEmbeddableForeignKeyResultImpl<T>classEmbeddableResultImpl<T>classNonAggregatedIdentifierMappingFetchclassNonAggregatedIdentifierMappingResult<T> -
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 classAbstractEntityResultGraphNodeAbstractFetchParent sub-class for entity-valued graph nodesclassAbstractNonLazyEntityFetchSupport for non-lazy EntityFetch implementations - both joined and subsequent-select -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement DomainResultGraphNode Modifier and Type Class Description classAbstractNonJoinedEntityFetchclassEntityDelayedFetchImplclassEntityDelayedResultImplSelects just the FK and builds a proxyclassEntityFetchJoinedImplclassEntityFetchSelectImplAn eager entity fetch performed as a subsequent (n+1) selectclassEntityResultImplStandard ReturnEntity implclassEntityResultJoinedSubclassImpl -
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.instantiation.internal
Classes in org.hibernate.sql.results.graph.instantiation.internal that implement DomainResultGraphNode Modifier and Type Class Description classArgumentDomainResult<A>classDynamicInstantiationResultImpl<R> -
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> -
Uses of DomainResultGraphNode in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement DomainResultGraphNode Modifier and Type Class Description classCircularBiDirectionalFetchImplclassCircularFetchImpl
-