Class EntityFetchJoinedImpl
- java.lang.Object
-
- org.hibernate.sql.results.graph.AbstractFetchParent
-
- org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
-
- org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
-
- All Implemented Interfaces:
DomainResultGraphNode,EntityFetch,EntityResultGraphNode,Fetch,FetchParent
public class EntityFetchJoinedImpl extends AbstractNonLazyEntityFetch
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityFetchJoinedImpl(EntityFetchJoinedImpl original)For Hibernate ReactiveEntityFetchJoinedImpl(FetchParent fetchParent, EntityCollectionPart collectionPart, TableGroup tableGroup, NavigablePath navigablePath, DomainResultCreationState creationState)EntityFetchJoinedImpl(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, NavigablePath navigablePath, DomainResultCreationState creationState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InitializerbuildEntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)For Hibernate ReactivebooleancontainsCollectionFetches()protected EntityInitializergetEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)EntityResultImplgetEntityResult()FetchTiminggetTiming()immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?booleanhasTableGroup()Is the TableGroup associated with this Fetch defined?-
Methods inherited from class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
buildEntityAssembler, createAssembler, getEntityValuedModelPart, getFetchContainer, getFetchedMapping, getFetchParent, getReferencedMappingContainer, getReferencedMappingType, getReferencedModePart
-
Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent
afterInitialize, findFetch, getFetches, getNavigablePath, getResultJavaType, hasJoinFetches, resetFetches
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.results.graph.entity.EntityFetch
containsAnyNonScalarResults
-
Methods inherited from interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
appliesTo, getNavigablePath, getResultJavaType
-
Methods inherited from interface org.hibernate.sql.results.graph.Fetch
getNavigablePath
-
Methods inherited from interface org.hibernate.sql.results.graph.FetchParent
findFetch, generateFetchableFetch, getFetches, getRoot, hasJoinFetches, resolveNavigablePath
-
-
-
-
Constructor Detail
-
EntityFetchJoinedImpl
public EntityFetchJoinedImpl(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, NavigablePath navigablePath, DomainResultCreationState creationState)
-
EntityFetchJoinedImpl
public EntityFetchJoinedImpl(FetchParent fetchParent, EntityCollectionPart collectionPart, TableGroup tableGroup, NavigablePath navigablePath, DomainResultCreationState creationState)
-
EntityFetchJoinedImpl
protected EntityFetchJoinedImpl(EntityFetchJoinedImpl original)
For Hibernate Reactive
-
-
Method Detail
-
getEntityInitializer
protected EntityInitializer getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
- Specified by:
getEntityInitializerin classAbstractNonLazyEntityFetch
-
buildEntityJoinedFetchInitializer
protected Initializer buildEntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)
For Hibernate Reactive
-
getTiming
public FetchTiming getTiming()
Description copied from interface:Fetchimmediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
-
hasTableGroup
public boolean hasTableGroup()
Description copied from interface:FetchIs the TableGroup associated with this Fetch defined?
-
containsCollectionFetches
public boolean containsCollectionFetches()
- Specified by:
containsCollectionFetchesin interfaceFetchParent- Overrides:
containsCollectionFetchesin classAbstractFetchParent
-
getEntityResult
public EntityResultImpl getEntityResult()
-
-