Annotation Type Converts


  • @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    public @interface Converts
    The Converts annotation is used to group Convert annotations.
    Since:
    Java Persistence 2.1
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Convert[] value
      The Convert mappings that are to be applied to the field or property.
    • Element Detail

      • value

        Convert[] value
        The Convert mappings that are to be applied to the field or property.