Uses of Interface
org.hibernate.sql.results.graph.basic.BasicResultGraphNode
-
Packages that use BasicResultGraphNode Package Description org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.tuple -
-
Uses of BasicResultGraphNode in org.hibernate.sql.results.graph.basic
Classes in org.hibernate.sql.results.graph.basic that implement BasicResultGraphNode Modifier and Type Class Description class
BasicFetch<T>
Fetch for a basic-valueclass
BasicResult<T>
DomainResult for a basic-value -
Uses of BasicResultGraphNode in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement BasicResultGraphNode Modifier and Type Class Description class
TupleResult<T>
-