Uses of Interface
org.hibernate.sql.results.graph.DomainResultGraphNode
Packages that use DomainResultGraphNode
Package
Description
Defines domain result graphs.
-
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.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.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.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.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResultGraphNode