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 classHbmResultSetMappingDescriptor.CollectionResultDescriptorstatic classHbmResultSetMappingDescriptor.EntityResultDescriptorstatic classHbmResultSetMappingDescriptor.ScalarDescriptorstatic classSqlResultSetMappingDescriptor.EntityResultDescriptorConstructor 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
-