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 JaxbColumnJaxbAttributeOverride. columnprotected JaxbColumnJaxbBasic. columnprotected JaxbColumnJaxbElementCollection. columnprotected JaxbColumnJaxbId. columnprotected JaxbColumnJaxbVersion. columnMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbColumn Modifier and Type Method Description JaxbColumnObjectFactory. createJaxbColumn()Create an instance ofJaxbColumnJaxbColumnJaxbAttributeOverride. getColumn()Gets the value of the column property.JaxbColumnJaxbBasic. getColumn()Gets the value of the column property.JaxbColumnJaxbElementCollection. getColumn()Gets the value of the column property.JaxbColumnJaxbId. getColumn()Gets the value of the column property.JaxbColumnJaxbVersion. 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 voidJaxbAttributeOverride. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbBasic. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbElementCollection. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbId. setColumn(JaxbColumn value)Sets the value of the column property.voidJaxbVersion. setColumn(JaxbColumn value)Sets the value of the column property.
-