Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
-
Packages that use ColumnResult Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of ColumnResult in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type ColumnResult Modifier and Type Field Description protected List<ColumnResult>ConstructorResult. columnprotected List<ColumnResult>SqlResultSetMapping. columnResultMethods in org.hibernate.jpamodelgen.xml.jaxb that return ColumnResult Modifier and Type Method Description ColumnResultObjectFactory. createColumnResult()Create an instance ofColumnResultMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type ColumnResult Modifier and Type Method Description List<ColumnResult>ConstructorResult. getColumn()Gets the value of the column property.List<ColumnResult>SqlResultSetMapping. getColumnResult()Gets the value of the columnResult property.
-