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 java.util.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryCollectionLoadReturnType. returnProperty
protected java.util.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryJoinReturnType. returnProperty
protected java.util.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 java.util.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryCollectionLoadReturnType. getReturnProperty()
Gets the value of the returnProperty property.java.util.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryJoinReturnType. getReturnProperty()
Gets the value of the returnProperty property.java.util.List<JaxbHbmNativeQueryPropertyReturnType>
JaxbHbmNativeQueryReturnType. getReturnProperty()
Gets the value of the returnProperty property.java.util.List<JaxbHbmNativeQueryPropertyReturnType>
NativeQueryNonScalarRootReturn. getReturnProperty()
Access the nested property mappings associated with this return
-