Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Column
-
Packages that use Column Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Column in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as Column Modifier and Type Field Description protected ColumnAttributeOverride. columnprotected ColumnBasic. columnprotected ColumnElementCollection. columnprotected ColumnId. columnprotected ColumnVersion. columnMethods in org.hibernate.jpamodelgen.xml.jaxb that return Column Modifier and Type Method Description ColumnObjectFactory. createColumn()Create an instance ofColumnColumnAttributeOverride. getColumn()Gets the value of the column property.ColumnBasic. getColumn()Gets the value of the column property.ColumnElementCollection. getColumn()Gets the value of the column property.ColumnId. getColumn()Gets the value of the column property.ColumnVersion. getColumn()Gets the value of the column property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type Column Modifier and Type Method Description voidAttributeOverride. setColumn(Column value)Sets the value of the column property.voidBasic. setColumn(Column value)Sets the value of the column property.voidElementCollection. setColumn(Column value)Sets the value of the column property.voidId. setColumn(Column value)Sets the value of the column property.voidVersion. setColumn(Column value)Sets the value of the column property.
-