Uses of Interface
org.hibernate.sql.results.graph.entity.EntityFetch
-
Packages that use EntityFetch Package Description org.hibernate.sql.results.graph.entity org.hibernate.sql.results.jdbc.spi -
-
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 classAbstractNonLazyEntityFetchDeprecated, for removal: This API element is subject to removal in a future version.Abstraction was not useful, so it was inlined intoEntityFetchJoinedImpldirectlyMethods 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.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type EntityFetch Modifier and Type Method Description voidRowProcessingState. registerNonExists(EntityFetch fetch)
-