Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Packages that use JaxbHbmNativeQueryPropertyReturnType
Package
Description
Support for handling named queries during the bootstrap process.
-
Uses of JaxbHbmNativeQueryPropertyReturnType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmNativeQueryPropertyReturnTypeModifier and TypeFieldDescriptionprotected List<JaxbHbmNativeQueryPropertyReturnType>JaxbHbmNativeQueryCollectionLoadReturnType.returnPropertyprotected List<JaxbHbmNativeQueryPropertyReturnType>JaxbHbmNativeQueryJoinReturnType.returnPropertyprotected List<JaxbHbmNativeQueryPropertyReturnType>JaxbHbmNativeQueryReturnType.returnPropertyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryPropertyReturnTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmNativeQueryPropertyReturnType()Create an instance ofJaxbHbmNativeQueryPropertyReturnTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNativeQueryPropertyReturnTypeModifier and TypeMethodDescriptionJaxbHbmNativeQueryCollectionLoadReturnType.getReturnProperty()Gets the value of the returnProperty property.JaxbHbmNativeQueryJoinReturnType.getReturnProperty()Gets the value of the returnProperty property.JaxbHbmNativeQueryReturnType.getReturnProperty()Gets the value of the returnProperty property.NativeQueryNonScalarRootReturn.getReturnProperty()Access the nested property mappings associated with this return -
Uses of JaxbHbmNativeQueryPropertyReturnType in org.hibernate.boot.query
Method parameters in org.hibernate.boot.query with type arguments of type JaxbHbmNativeQueryPropertyReturnTypeModifier and TypeMethodDescriptionHbmResultSetMappingDescriptor.extractPropertyFetchDescriptors(List<JaxbHbmNativeQueryPropertyReturnType> hbmReturnProperties, HbmResultSetMappingDescriptor.HbmFetchParent fetchParent, String registrationName, MetadataBuildingContext context) Constructors in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryPropertyReturnTypeModifierConstructorDescriptionPropertyFetchDescriptor(JaxbHbmNativeQueryPropertyReturnType hbmPropertyMapping, HbmResultSetMappingDescriptor.HbmFetchParent parent, String registrationName, MetadataBuildingContext context)