Uses of Interface
org.hibernate.sql.results.graph.DomainResultGraphNode
Packages that use DomainResultGraphNode
Package
Description
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Defines domain result graphs.
-
Uses of DomainResultGraphNode in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DomainResultGraphNodeModifier and TypeClassDescriptionstatic class
static class
-
Uses of DomainResultGraphNode in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement DomainResultGraphNode -
Uses of DomainResultGraphNode in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement DomainResultGraphNode -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graphModifier and TypeInterfaceDescriptioninterface
interface
DomainResult<J>
Represents a result value in the domain query results.interface
Contract for fetches including entity, collection and composite.interface
Contract for things that can be the parent of a fetchClasses in org.hibernate.sql.results.graph that implement DomainResultGraphNode -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.basic
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.basicModifier and TypeInterfaceDescriptioninterface
DomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResultGraphNodeModifier and TypeClassDescriptionclass
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 -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.collection.internal
Classes in org.hibernate.sql.results.graph.collection.internal that implement DomainResultGraphNodeModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddable
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddableModifier and TypeInterfaceDescriptioninterface
Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.interface
DomainResult specialization for embeddable-valued resultsinterface
-
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement DomainResultGraphNodeModifier and TypeClassDescriptionclass
A Fetch for an embeddable that is mapped as aggregate e.g.class
A Result for an embeddable that is mapped as aggregate e.g.class
class
class
class
class
class
-
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.entity
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Specialization of Fetch for entity-valued fetchesinterface
Specialization of DomainResult for entity-valued resultsinterface
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 DomainResultGraphNodeModifier and TypeClassDescriptionclass
class
AbstractFetchParent sub-class for entity-valued graph nodes -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement DomainResultGraphNodeModifier and TypeClassDescriptionclass
class
class
class
class
class
An eager entity fetch performed as a subsequent (n+1) selectclass
Standard ReturnEntity impl -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.instantiation
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.instantiationModifier and TypeInterfaceDescriptioninterface
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 DomainResultGraphNodeModifier and TypeClassDescriptionclass
class
-
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResultGraphNode -
Uses of DomainResultGraphNode in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement DomainResultGraphNode