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 protected
EntityFetchJoinedImpl(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 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 Reactiveboolean
containsCollectionFetches()
protected EntityInitializer
getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
EntityResultImpl
getEntityResult()
FetchTiming
getTiming()
immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?boolean
hasTableGroup()
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
asFetchParent, 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:
getEntityInitializer
in 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:Fetch
immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
-
hasTableGroup
public boolean hasTableGroup()
Description copied from interface:Fetch
Is the TableGroup associated with this Fetch defined?
-
containsCollectionFetches
public boolean containsCollectionFetches()
- Specified by:
containsCollectionFetches
in interfaceFetchParent
- Overrides:
containsCollectionFetches
in classAbstractFetchParent
-
getEntityResult
public EntityResultImpl getEntityResult()
-
-