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 EntityFetchToOneAttributeMapping. buildEntityDelayedFetch(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState)For Hibernate Reactiveprotected EntityFetchAbstractEntityCollectionPart. buildEntityFetchJoined(FetchParent fetchParent, AbstractEntityCollectionPart abstractEntityCollectionPart, TableGroup partTableGroup, NavigablePath fetchablePath, DomainResultCreationState creationState)For Hibernate Reactiveprotected EntityFetchToOneAttributeMapping. buildEntityFetchJoined(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, boolean isAffectedByFilter, NavigablePath navigablePath, DomainResultCreationState creationState)For Hibernate Reactiveprotected EntityFetchToOneAttributeMapping. buildEntityFetchSelect(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, boolean isAffectedByFilter, DomainResultCreationState creationState)For Hibernate ReactiveEntityFetchAbstractEntityCollectionPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)EntityFetchToOneAttributeMapping. 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 voidNestedRowProcessingState. registerNonExists(EntityFetch fetch) -
Uses of EntityFetch in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return EntityFetch Modifier and Type Method Description EntityFetchEntityValuedFetchable. 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 classAbstractNonJoinedEntityFetchclassEntityDelayedFetchImplclassEntityFetchJoinedImplclassEntityFetchSelectImplAn 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 voidRowProcessingStateStandardImpl. registerNonExists(EntityFetch fetch) -
Uses of EntityFetch in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement EntityFetch Modifier and Type Class Description classCircularFetchImpl -
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 voidRowProcessingState. registerNonExists(EntityFetch fetch)
-