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 asSqlResultSetMapping
or thehbm.xml
mapping 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 class
CompoundNaturalIdMapping.DomainResultImpl
static class
ToOneAttributeMapping.NullDomainResult
-
Uses of DomainResultGraphNode in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement DomainResultGraphNode Modifier and Type Class Description class
EntityResultImpl
-
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 class
SqmMapEntryResult<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 interface
BiDirectionalFetch
interface
DomainResult<J>
Represents a result value in the domain query results.interface
Fetch
Contract for fetches including entity, collection and composite.interface
FetchParent
Contract for things that can be the parent of a fetchClasses in org.hibernate.sql.results.graph that implement DomainResultGraphNode Modifier and Type Class Description class
AbstractFetchParent
-
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 interface
BasicResultGraphNode<J>
DomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResultGraphNode Modifier and Type Class Description class
BasicFetch<T>
Fetch for a basic-valueclass
BasicResult<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 interface
CollectionResultGraphNode
-
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 class
AbstractCollectionResultNode
class
CollectionDomainResult
class
CollectionFetch
class
DelayedCollectionFetch
class
EagerCollectionFetch
class
SelectEagerCollectionFetch
-
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 interface
EmbeddableResult<T>
DomainResult specialization for embeddable-valued resultsinterface
EmbeddableResultGraphNode
-
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 class
AggregateEmbeddableFetchImpl
A Fetch for an embeddable that is mapped as aggregate e.g.class
AggregateEmbeddableResultImpl<T>
A Result for an embeddable that is mapped as aggregate e.g.class
EmbeddableExpressionResultImpl<T>
class
EmbeddableFetchImpl
class
EmbeddableForeignKeyResultImpl<T>
class
EmbeddableResultImpl<T>
class
NonAggregatedIdentifierMappingFetch
class
NonAggregatedIdentifierMappingResult<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 interface
EntityFetch
Specialization of Fetch for entity-valued fetchesinterface
EntityResult
Specialization of DomainResult for entity-valued resultsinterface
EntityResultGraphNode
Represents 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 class
AbstractEntityResultGraphNode
AbstractFetchParent sub-class for entity-valued graph nodesclass
AbstractNonLazyEntityFetch
Support 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 class
AbstractNonJoinedEntityFetch
class
EntityDelayedFetchImpl
class
EntityDelayedResultImpl
Selects just the FK and builds a proxyclass
EntityFetchJoinedImpl
class
EntityFetchSelectImpl
An eager entity fetch performed as a subsequent (n+1) selectclass
EntityResultImpl
Standard ReturnEntity implclass
EntityResultJoinedSubclassImpl
-
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 interface
DynamicInstantiationResult<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 class
ArgumentDomainResult<A>
class
DynamicInstantiationResultImpl<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 class
TupleResult<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 class
CircularBiDirectionalFetchImpl
class
CircularFetchImpl
-