Uses of Interface
org.hibernate.boot.query.ResultDescriptor
Packages that use ResultDescriptor
Package
Description
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 ResultDescriptorModifier and TypeClassDescriptionstatic class
static class
static class
static class
Constructor parameters in org.hibernate.boot.query with type arguments of type ResultDescriptorModifierConstructorDescriptionHbmResultSetMappingDescriptor
(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