Uses of Interface
org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchDescriptor
-
Packages that use HbmResultSetMappingDescriptor.HbmFetchDescriptor Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process. -
-
Uses of HbmResultSetMappingDescriptor.HbmFetchDescriptor in org.hibernate.boot.query
Classes in org.hibernate.boot.query that implement HbmResultSetMappingDescriptor.HbmFetchDescriptor Modifier and Type Class Description static class
HbmResultSetMappingDescriptor.JoinDescriptor
static class
HbmResultSetMappingDescriptor.PropertyFetchDescriptor
Methods in org.hibernate.boot.query that return types with arguments of type HbmResultSetMappingDescriptor.HbmFetchDescriptor Modifier and Type Method Description static List<HbmResultSetMappingDescriptor.HbmFetchDescriptor>
HbmResultSetMappingDescriptor. extractPropertyFetchDescriptors(List<JaxbHbmNativeQueryPropertyReturnType> hbmReturnProperties, HbmResultSetMappingDescriptor.HbmFetchParent fetchParent, String registrationName, MetadataBuildingContext context)
Method parameters in org.hibernate.boot.query with type arguments of type HbmResultSetMappingDescriptor.HbmFetchDescriptor Modifier and Type Method Description static void
HbmResultSetMappingDescriptor. applyFetchJoins(Supplier<Map<String,Map<String,HbmResultSetMappingDescriptor.JoinDescriptor>>> joinDescriptorsAccess, String tableAlias, List<HbmResultSetMappingDescriptor.HbmFetchDescriptor> propertyFetchDescriptors)
-