Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbConverter
-
Packages that use JaxbConverter Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbConverter in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbConverter Modifier and Type Field Description protected List<JaxbConverter>
JaxbEntityMappings. converters
Methods in org.hibernate.boot.jaxb.mapping that return JaxbConverter Modifier and Type Method Description JaxbConverter
ObjectFactory. createJaxbConverter()
Create an instance ofJaxbConverter
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbConverter Modifier and Type Method Description List<JaxbConverter>
JaxbEntityMappings. getConverters()
Gets the value of the converters property.
-