Annotation Type Collate


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface Collate
    Specifies a collation to use when generating DDL for the column mapped by the annotated field or property.
    Since:
    6.3
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The name of the collation.
    • Element Detail

      • value

        String value
        The name of the collation.