Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
-
Packages that use EmbeddableResultGraphNode Package Description org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable -
-
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description default BasicFetch<?>DomainResultCreationState. visitEmbeddableDiscriminatorFetch(EmbeddableResultGraphNode fetchParent, boolean nested) -
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable
Subinterfaces of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interfaceAggregateEmbeddableResultGraphNodeSpecialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.interfaceEmbeddableResult<T>DomainResult specialization for embeddable-valued results
-