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 TypeInterfaceDescriptioninterfaceMarker interface for Fetches that are actually references to another fetch based on "normalized navigable path" The following query is used throughout the javadocs for these impls to help describe what it going on and why certain methods do certain things.interfaceDomainResult<J>Represents a result value in the domain query results.interfaceContract for fetches including entity, collection and composite.interfaceContract 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 TypeInterfaceDescriptioninterfaceDomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResultGraphNodeModifier and TypeClassDescriptionclassBasicFetch<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 -
Uses of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddable
Subinterfaces of DomainResultGraphNode in org.hibernate.sql.results.graph.embeddableModifier and TypeInterfaceDescriptioninterfaceSpecialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.interfaceDomainResult 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 TypeInterfaceDescriptioninterfaceSpecialization of Fetch for entity-valued fetchesinterfaceEntityResult<E>Specialization of DomainResult for entity-valued resultsinterfaceRepresents 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 TypeClassDescriptionclassclassAbstractFetchParent 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 TypeInterfaceDescriptioninterfaceSpecialization 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