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