Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
-
Packages that use JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn Modifier and Type Field Description protected List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn>
JaxbHbmNativeQueryPropertyReturnType. returnColumn
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn Modifier and Type Method Description JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
ObjectFactory. createJaxbHbmNativeQueryPropertyReturnTypeJaxbHbmReturnColumn()
Create an instance ofJaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn Modifier and Type Method Description List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn>
JaxbHbmNativeQueryPropertyReturnType. getReturnColumn()
Gets the value of the returnColumn property.
-