Class ReactiveCollectionDomainResult
java.lang.Object
org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
org.hibernate.reactive.sql.results.graph.collection.internal.ReactiveCollectionDomainResult
- All Implemented Interfaces:
org.hibernate.sql.results.graph.collection.CollectionResultGraphNode,org.hibernate.sql.results.graph.DomainResult,org.hibernate.sql.results.graph.DomainResultGraphNode,org.hibernate.sql.results.graph.FetchParent,org.hibernate.sql.results.graph.InitializerProducer<org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult>
public class ReactiveCollectionDomainResult
extends org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classReactiveCollectionDomainResult.ReactiveCollectionInitializerAdapter<T extends org.hibernate.sql.results.graph.InitializerData> -
Constructor Summary
ConstructorsConstructorDescriptionReactiveCollectionDomainResult(org.hibernate.spi.NavigablePath loadingPath, org.hibernate.metamodel.mapping.PluralAttributeMapping loadingAttribute, String resultVariable, org.hibernate.sql.ast.tree.from.TableGroup tableGroup, org.hibernate.sql.results.graph.DomainResultCreationState creationState) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.sql.results.graph.collection.CollectionInitializer<?>createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState) org.hibernate.sql.results.graph.FetchgenerateFetchableFetch(org.hibernate.sql.results.graph.Fetchable fetchable, org.hibernate.spi.NavigablePath fetchablePath, org.hibernate.engine.FetchTiming fetchTiming, boolean selected, String resultVariable, org.hibernate.sql.results.graph.DomainResultCreationState creationState) Methods inherited from class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
containsAnyNonScalarResults, containsCollectionFetches, createInitializer, createResultAssembler, findFetch, getFetches, getNavigablePath, getReferencedMappingContainer, getReferencedMappingType, getResultJavaType, getResultVariable, hasJoinFetchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.results.graph.DomainResultGraphNode
appliesToMethods inherited from interface org.hibernate.sql.results.graph.FetchParent
collectValueIndexesToCache, getCollectionFetchesCount, getReferencedModePart, getRoot, resolveNavigablePath
-
Constructor Details
-
Method Details
-
createInitializer
public org.hibernate.sql.results.graph.collection.CollectionInitializer<?> createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState) - Specified by:
createInitializerin interfaceorg.hibernate.sql.results.graph.FetchParent- Overrides:
createInitializerin classorg.hibernate.sql.results.graph.collection.internal.CollectionDomainResult