Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbColumnType
-
Packages that use JaxbColumnType Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbColumnType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbColumnType Modifier and Type Field Description protected JaxbColumnType
JaxbBasic. type
protected JaxbColumnType
JaxbId. type
Methods in org.hibernate.boot.jaxb.mapping that return JaxbColumnType Modifier and Type Method Description JaxbColumnType
ObjectFactory. createJaxbColumnType()
Create an instance ofJaxbColumnType
JaxbColumnType
JaxbBasic. getType()
Gets the value of the type property.JaxbColumnType
JaxbId. getType()
Gets the value of the type property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbColumnType Modifier and Type Method Description void
JaxbBasic. setType(JaxbColumnType value)
Sets the value of the type property.void
JaxbId. setType(JaxbColumnType value)
Sets the value of the type property.
-