Annotation Interface XmlFormat


@Target({TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Documented @Qualifier public @interface XmlFormat
CDI qualifier for beans implementing a FormatMapper.

This mapper will be used by Hibernate ORM for serialization and deserialization of XML properties.

Must be used in a combination with a PersistenceUnitExtension qualifier to define the persistence unit the mapper should be associated with.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class