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 EntityFetch
EntityCollectionPart. 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.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)
-