Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Packages that use JaxbHbmNativeQueryPropertyReturnType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
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
-