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 asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>. -
-
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)
-