Package org.hibernate.annotations

Annotation Interface Collate


@Incubating@Target({METHOD,FIELD})@Retention(RUNTIME)public @interfaceCollate
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
    The name of the collation.
  • Element Details

    • value

      String value
      The name of the collation.