Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbColumnResult
-
Packages that use JaxbColumnResult Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbColumnResult in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbColumnResult Modifier and Type Field Description protected List<JaxbColumnResult>JaxbConstructorResult. columnprotected List<JaxbColumnResult>JaxbSqlResultSetMapping. columnResultMethods in org.hibernate.boot.jaxb.mapping that return JaxbColumnResult Modifier and Type Method Description JaxbColumnResultObjectFactory. createJaxbColumnResult()Create an instance ofJaxbColumnResultMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbColumnResult Modifier and Type Method Description List<JaxbColumnResult>JaxbConstructorResult. getColumn()Gets the value of the column property.List<JaxbColumnResult>JaxbSqlResultSetMapping. getColumnResult()Gets the value of the columnResult property.
-