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/>.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()Deprecated, for removal: This API element is subject to removal in a future version.EntityValuedFetchableAbstractNonLazyEntityFetch. getFetchedMapping()Deprecated, for removal: This API element is subject to removal in a future version.EntityValuedFetchableAbstractNonLazyEntityFetch. getReferencedMappingType()Deprecated, for removal: This API element is subject to removal in a future version.EntityValuedFetchableAbstractNonLazyEntityFetch. getReferencedModePart()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedFetchable Constructor Description AbstractNonLazyEntityFetch(FetchParent fetchParent, EntityValuedFetchable fetchedPart, NavigablePath navigablePath)Deprecated, for removal: This API element is subject to removal in a future version.
-