Class EntityFetchSelectImpl
java.lang.Object
org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
- All Implemented Interfaces:
DomainResultGraphNode,EntityFetch,EntityResultGraphNode,Fetch,FetchParent,InitializerProducer<AbstractNonJoinedEntityFetch>
An eager entity fetch performed as a subsequent (n+1) select
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntityFetchSelectImpl(EntityFetchSelectImpl original) For Hibernate ReactiveEntityFetchSelectImpl(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, boolean isAffectedByFilter, DomainResultCreationState creationState) -
Method Summary
Modifier and TypeMethodDescriptioncreateInitializer(InitializerParent<?> parent, AssemblerCreationState creationState) immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?booleanMethods inherited from class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
buildEntityAssembler, 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
-
EntityFetchSelectImpl
For Hibernate Reactive
-
Method Details
-
getTiming
Description copied from interface:Fetchimmediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options? -
isAffectedByFilter
public boolean isAffectedByFilter() -
createInitializer
public EntityInitializer<?> createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState) - Specified by:
createInitializerin interfaceFetchParent- Specified by:
createInitializerin classAbstractNonJoinedEntityFetch
-