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 JaxbColumnTypeJaxbBasic. typeprotected JaxbColumnTypeJaxbId. typeMethods in org.hibernate.boot.jaxb.mapping that return JaxbColumnType Modifier and Type Method Description JaxbColumnTypeObjectFactory. createJaxbColumnType()Create an instance ofJaxbColumnTypeJaxbColumnTypeJaxbBasic. getType()Gets the value of the type property.JaxbColumnTypeJaxbId. 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 voidJaxbBasic. setType(JaxbColumnType value)Sets the value of the type property.voidJaxbId. setType(JaxbColumnType value)Sets the value of the type property.
-