Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
-
Packages that use EmbeddableResultGraphNode Package Description org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal -
-
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 interfaceEmbeddableResult<T>DomainResult specialization for embeddable-valued resultsMethods in org.hibernate.sql.results.graph.embeddable with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description protected voidAbstractEmbeddableInitializer. initializeAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)Constructors in org.hibernate.sql.results.graph.embeddable with parameters of type EmbeddableResultGraphNode Constructor Description AbstractEmbeddableInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess fetchParentAccess, AssemblerCreationState creationState) -
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement EmbeddableResultGraphNode Modifier and Type Class Description classAggregateEmbeddableFetchImplA Fetch for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultImpl<T>A Result for an embeddable that is mapped as aggregate e.g.classEmbeddableExpressionResultImpl<T>classEmbeddableFetchImplclassEmbeddableForeignKeyResultImpl<T>classEmbeddableResultImpl<T>Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description protected voidAggregateEmbeddableFetchInitializer. initializeAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)protected voidAggregateEmbeddableResultInitializer. initializeAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNode Constructor Description AggregateEmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)AggregateEmbeddableResultInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)EmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState)EmbeddableResultInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess parentAccess, AssemblerCreationState creationState)
-