JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.hibernate.annotations
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.