Package org.hibernate.annotations
Annotation Type Collate
-
@Incubating @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
-
-
Element Detail
-
value
String value
The name of the collation.
-
-