Uses of Interface
org.hibernate.sql.results.graph.entity.EntityFetch
Packages that use EntityFetch
Package
Description
-
Uses of EntityFetch in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return EntityFetchModifier and TypeMethodDescriptionprotected EntityFetch
ToOneAttributeMapping.buildEntityDelayedFetch
(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState) 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, boolean isAffectedByFilter, NavigablePath navigablePath, DomainResultCreationState creationState) For Hibernate Reactiveprotected EntityFetch
ToOneAttributeMapping.buildEntityFetchSelect
(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, boolean isAffectedByFilter, DomainResultCreationState creationState) For Hibernate ReactiveAbstractEntityCollectionPart.generateFetch
(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) 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 EntityFetchModifier and TypeMethodDescriptionvoid
NestedRowProcessingState.registerNonExists
(EntityFetch fetch) -
Uses of EntityFetch in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return EntityFetchModifier and TypeMethodDescriptionEntityValuedFetchable.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 EntityFetchModifier and TypeClassDescriptionclass
class
class
class
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 EntityFetchModifier and TypeMethodDescriptionvoid
RowProcessingStateStandardImpl.registerNonExists
(EntityFetch fetch) -
Uses of EntityFetch in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement EntityFetch -
Uses of EntityFetch in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type EntityFetch