Class ReactiveEntityFetchSelectImpl
java.lang.Object
org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchSelectImpl
- All Implemented Interfaces:
org.hibernate.sql.results.graph.DomainResultGraphNode,org.hibernate.sql.results.graph.entity.EntityFetch,org.hibernate.sql.results.graph.entity.EntityResultGraphNode,org.hibernate.sql.results.graph.Fetch,org.hibernate.sql.results.graph.FetchParent,org.hibernate.sql.results.graph.InitializerProducer<org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch>
public class ReactiveEntityFetchSelectImpl
extends org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveEntityFetchSelectImpl(org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl original) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.hibernate.sql.results.graph.entity.internal.EntityAssembler<?>buildEntityAssembler(org.hibernate.sql.results.graph.entity.EntityInitializer<?> entityInitializer) org.hibernate.sql.results.graph.entity.EntityInitializer<?>createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState) Methods inherited from class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
getTiming, isAffectedByFilterMethods inherited from class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
collectValueIndexesToCache, containsCollectionFetches, createAssembler, createInitializer, findFetch, getDiscriminatorFetch, getEntityValuedModelPart, getFetchedMapping, getFetches, getFetchParent, getKeyResult, getNavigablePath, getReferencedMappingType, hasJoinFetches, hasTableGroup, isSelectByUniqueKeyMethods 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.entity.EntityFetch
asFetchParent, containsAnyNonScalarResultsMethods inherited from interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
appliesTo, getReferencedMappingContainer, getResultJavaTypeMethods inherited from interface org.hibernate.sql.results.graph.FetchParent
generateFetchableFetch, getCollectionFetchesCount, getReferencedModePart, getRoot, resolveNavigablePath
-
Constructor Details
-
ReactiveEntityFetchSelectImpl
public ReactiveEntityFetchSelectImpl(org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl original)
-
-
Method Details
-
createInitializer
public org.hibernate.sql.results.graph.entity.EntityInitializer<?> 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.entity.internal.EntityFetchSelectImpl
-
buildEntityAssembler
protected org.hibernate.sql.results.graph.entity.internal.EntityAssembler<?> buildEntityAssembler(org.hibernate.sql.results.graph.entity.EntityInitializer<?> entityInitializer) - Overrides:
buildEntityAssemblerin classorg.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
-