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 DomainResultAssembler<?>[]AbstractEmbeddableInitializer. createAssemblers(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>classNonAggregatedIdentifierMappingFetchclassNonAggregatedIdentifierMappingResult<T>Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description protected InitializerEmbeddableFetchImpl. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)protected InitializerNonAggregatedIdentifierMappingFetch. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)protected static DomainResultAssembler<?>[]AbstractNonAggregatedIdentifierMappingInitializer. createAssemblers(FetchParentAccess parentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)protected DomainResultAssembler<?>[]AggregateEmbeddableFetchInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)protected DomainResultAssembler<?>[]AggregateEmbeddableResultInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
-