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 EntityFetchEntityCollectionPart. 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.entity
Classes in org.hibernate.sql.results.graph.entity that implement EntityFetch Modifier and Type Class Description classAbstractNonLazyEntityFetchSupport 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 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.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type EntityFetch Modifier and Type Method Description voidRowProcessingState. registerNonExists(EntityFetch fetch)
-