Uses of Class
org.hibernate.processor.xml.jaxb.Column
-
Packages that use Column Package Description org.hibernate.processor.xml.jaxb -
-
Uses of Column in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as Column Modifier and Type Field Description protected Column
AttributeOverride. column
protected Column
Basic. column
protected Column
ElementCollection. column
protected Column
Id. column
protected Column
Version. column
Methods in org.hibernate.processor.xml.jaxb that return Column Modifier and Type Method Description Column
ObjectFactory. createColumn()
Create an instance ofColumn
Column
AttributeOverride. getColumn()
Gets the value of the column property.Column
Basic. getColumn()
Gets the value of the column property.Column
ElementCollection. getColumn()
Gets the value of the column property.Column
Id. getColumn()
Gets the value of the column property.Column
Version. getColumn()
Gets the value of the column property.Methods in org.hibernate.processor.xml.jaxb with parameters of type Column Modifier and Type Method Description void
AttributeOverride. setColumn(Column value)
Sets the value of the column property.void
Basic. setColumn(Column value)
Sets the value of the column property.void
ElementCollection. setColumn(Column value)
Sets the value of the column property.void
Id. setColumn(Column value)
Sets the value of the column property.void
Version. setColumn(Column value)
Sets the value of the column property.
-