Annotation Interface Converts


@Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public @interface Converts
Used to group Convert annotations. Multiple converters must not be applied to the same basic attribute.
Since:
Java Persistence 2.1
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Convert mappings that are to be applied.
  • Element Details

    • value

      Convert[] value
      The Convert mappings that are to be applied.