Class ReactiveEntityFetchJoinedImpl
java.lang.Object
org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityFetchJoinedImpl
- 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.EntityFetchJoinedImpl>
public class ReactiveEntityFetchJoinedImpl
extends org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveEntityFetchJoinedImpl(org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl entityFetch) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.hibernate.sql.results.graph.entity.internal.EntityAssemblerbuildEntityAssembler(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) 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.entity.internal.EntityFetchJoinedImpl
collectValueIndexesToCache, containsCollectionFetches, createAssembler, createInitializer, findFetch, getEntityResult, getEntityValuedModelPart, getFetchedMapping, getFetches, getFetchParent, getKeyResult, getNavigablePath, getNotFoundAction, getReferencedMappingType, getReferencedModePart, getSourceAlias, getTiming, hasJoinFetches, hasTableGroup, isAffectedByFilterMethods 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
getCollectionFetchesCount, getRoot, resolveNavigablePath
-
Constructor Details
-
ReactiveEntityFetchJoinedImpl
public ReactiveEntityFetchJoinedImpl(org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl entityFetch)
-
-
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.EntityFetchJoinedImpl
-
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.EntityFetchJoinedImpl
-