Uses of Interface
org.hibernate.sql.results.graph.entity.EntityFetch
-
-
Uses of EntityFetch in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return EntityFetch Modifier and Type Method Description protected EntityFetch
ToOneAttributeMapping. buildEntityDelayedFetch(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey)
For Hibernate Reactiveprotected EntityFetch
AbstractEntityCollectionPart. buildEntityFetchJoined(FetchParent fetchParent, AbstractEntityCollectionPart abstractEntityCollectionPart, TableGroup partTableGroup, NavigablePath fetchablePath, DomainResultCreationState creationState)
For Hibernate Reactiveprotected EntityFetch
ToOneAttributeMapping. buildEntityFetchJoined(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, NavigablePath navigablePath, DomainResultCreationState creationState)
For Hibernate Reactiveprotected EntityFetch
ToOneAttributeMapping. buildEntityFetchSelect(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState)
For Hibernate ReactiveEntityFetch
AbstractEntityCollectionPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)
EntityFetch
ToOneAttributeMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)
-
Uses of EntityFetch in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EntityFetch Modifier and Type Method Description void
NestedRowProcessingState. registerNonExists(EntityFetch fetch)
-
Uses of EntityFetch in org.hibernate.sql.results.graph.entity
Classes in org.hibernate.sql.results.graph.entity that implement EntityFetch Modifier and Type Class Description class
AbstractNonLazyEntityFetch
Support for non-lazy EntityFetch implementations - both joined and subsequent-selectMethods in org.hibernate.sql.results.graph.entity that return EntityFetch Modifier and Type Method Description EntityFetch
EntityValuedFetchable. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)
-
Uses of EntityFetch in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement EntityFetch Modifier and Type Class Description class
AbstractNonJoinedEntityFetch
class
EntityDelayedFetchImpl
class
EntityFetchJoinedImpl
class
EntityFetchSelectImpl
An eager entity fetch performed as a subsequent (n+1) select -
Uses of EntityFetch in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type EntityFetch Modifier and Type Method Description void
RowProcessingStateStandardImpl. registerNonExists(EntityFetch fetch)
-
Uses of EntityFetch in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type EntityFetch Modifier and Type Method Description void
RowProcessingState. registerNonExists(EntityFetch fetch)
-