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