Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbColumnType
Packages that use JaxbColumnType
-
Uses of JaxbColumnType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbColumnTypeModifier and TypeFieldDescriptionprotected JaxbColumnTypeJaxbBasic.typeprotected JaxbColumnTypeJaxbId.typeMethods in org.hibernate.boot.jaxb.mapping that return JaxbColumnTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbColumnType()Create an instance ofJaxbColumnTypeJaxbBasic.getType()Gets the value of the type property.JaxbId.getType()Gets the value of the type property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbColumnTypeModifier and TypeMethodDescriptionvoidJaxbBasic.setType(JaxbColumnType value) Sets the value of the type property.voidJaxbId.setType(JaxbColumnType value) Sets the value of the type property.