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