Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Packages that use JaxbHbmNativeQueryPropertyReturnType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.query 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 JaxbHbmNativeQueryPropertyReturnType Modifier and Type Field Description protected List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryCollectionLoadReturnType. returnProperty
protected List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryJoinReturnType. returnProperty
protected List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryReturnType. returnProperty
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryPropertyReturnType Modifier and Type Method Description JaxbHbmNativeQueryPropertyReturnType
ObjectFactory. createJaxbHbmNativeQueryPropertyReturnType()
Create an instance ofJaxbHbmNativeQueryPropertyReturnType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNativeQueryPropertyReturnType Modifier and Type Method Description List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryCollectionLoadReturnType. getReturnProperty()
Gets the value of the returnProperty property.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryJoinReturnType. getReturnProperty()
Gets the value of the returnProperty property.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryReturnType. getReturnProperty()
Gets the value of the returnProperty property.List<JaxbHbmNativeQueryPropertyReturnType>
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 JaxbHbmNativeQueryPropertyReturnType Modifier and Type Method Description static List<HbmResultSetMappingDescriptor.HbmFetchDescriptor>
HbmResultSetMappingDescriptor. extractPropertyFetchDescriptors(List<JaxbHbmNativeQueryPropertyReturnType> hbmReturnProperties, HbmResultSetMappingDescriptor.HbmFetchParent fetchParent, String registrationName, MetadataBuildingContext context)
Constructors in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryPropertyReturnType Constructor Description PropertyFetchDescriptor(JaxbHbmNativeQueryPropertyReturnType hbmPropertyMapping, HbmResultSetMappingDescriptor.HbmFetchParent parent, String registrationName, MetadataBuildingContext context)
-