Uses of Interface
org.hibernate.sql.results.graph.entity.EntityValuedFetchable
-
Packages that use EntityValuedFetchable Package Description org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMappingor `hbm.xml` mapping ``. org.hibernate.sql.results.graph.entity -
-
Uses of EntityValuedFetchable in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return EntityValuedFetchable Modifier and Type Method Description EntityValuedFetchableCompleteFetchBuilderEntityValuedModelPart. getReferencedPart()Constructors in org.hibernate.query.results.complete with parameters of type EntityValuedFetchable Constructor Description CompleteFetchBuilderEntityValuedModelPart(NavigablePath navigablePath, EntityValuedFetchable modelPart, List<String> columnAliases) -
Uses of EntityValuedFetchable in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return EntityValuedFetchable Modifier and Type Method Description EntityValuedFetchableAbstractNonLazyEntityFetch. getEntityValuedModelPart()EntityValuedFetchableAbstractNonLazyEntityFetch. getFetchedMapping()EntityValuedFetchableAbstractNonLazyEntityFetch. getReferencedMappingType()EntityValuedFetchableAbstractNonLazyEntityFetch. getReferencedModePart()Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedFetchable Constructor Description AbstractNonLazyEntityFetch(FetchParent fetchParent, EntityValuedFetchable fetchedPart, NavigablePath navigablePath)
-