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. converterMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConverter Modifier and Type Method Description JaxbConverterObjectFactory. createJaxbConverter()Create an instance ofJaxbConverterMethods 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.
-