Uses of Interface
org.hibernate.boot.query.ResultDescriptor
-
Packages that use ResultDescriptor Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process. -
-
Uses of ResultDescriptor in org.hibernate.boot.query
Classes in org.hibernate.boot.query that implement ResultDescriptor Modifier and Type Class Description static class
HbmResultSetMappingDescriptor.CollectionResultDescriptor
static class
HbmResultSetMappingDescriptor.EntityResultDescriptor
static class
HbmResultSetMappingDescriptor.ScalarDescriptor
static class
SqlResultSetMappingDescriptor.EntityResultDescriptor
Constructor parameters in org.hibernate.boot.query with type arguments of type ResultDescriptor Constructor Description HbmResultSetMappingDescriptor(String registrationName, List<ResultDescriptor> resultDescriptors, Map<String,Map<String,HbmResultSetMappingDescriptor.JoinDescriptor>> joinDescriptors, Map<String,HbmResultSetMappingDescriptor.HbmFetchParent> fetchParentsByAlias)
Constructor for an implicit resultset mapping defined inline as part of a `<sql-query/>` stanza
-