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. returnPropertyprotected java.util.List<JaxbHbmNativeQueryPropertyReturnType>JaxbHbmNativeQueryJoinReturnType. returnPropertyprotected java.util.List<JaxbHbmNativeQueryPropertyReturnType>JaxbHbmNativeQueryReturnType. returnPropertyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryPropertyReturnType Modifier and Type Method Description JaxbHbmNativeQueryPropertyReturnTypeObjectFactory. createJaxbHbmNativeQueryPropertyReturnType()Create an instance ofJaxbHbmNativeQueryPropertyReturnTypeMethods 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
-