Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Packages that use JaxbColumn Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbColumn in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbColumn Modifier and Type Field Description protected JaxbColumn
JaxbAttributeOverride. column
protected JaxbColumn
JaxbBasic. column
protected JaxbColumn
JaxbElementCollection. column
protected JaxbColumn
JaxbId. column
protected JaxbColumn
JaxbVersion. column
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbColumn Modifier and Type Method Description JaxbColumn
ObjectFactory. createJaxbColumn()
Create an instance ofJaxbColumn
JaxbColumn
JaxbAttributeOverride. getColumn()
Gets the value of the column property.JaxbColumn
JaxbBasic. getColumn()
Gets the value of the column property.JaxbColumn
JaxbElementCollection. getColumn()
Gets the value of the column property.JaxbColumn
JaxbId. getColumn()
Gets the value of the column property.JaxbColumn
JaxbVersion. getColumn()
Gets the value of the column property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbColumn Modifier and Type Method Description void
JaxbAttributeOverride. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbBasic. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbElementCollection. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbId. setColumn(JaxbColumn value)
Sets the value of the column property.void
JaxbVersion. setColumn(JaxbColumn value)
Sets the value of the column property.
-