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. column
protected List<JaxbColumnResult>
JaxbSqlResultSetMapping. columnResult
Methods in org.hibernate.boot.jaxb.mapping that return JaxbColumnResult Modifier and Type Method Description JaxbColumnResult
ObjectFactory. createJaxbColumnResult()
Create an instance ofJaxbColumnResult
Methods 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.
-