ObjectDB ObjectDB

OrderColumn.name - JPA annotation element

Annotation Element
javax.persistence.OrderColumn
String name

(Optional) The name of the ordering column. Defaults to the concatenation of the name of the referencing property or field; "_"; "ORDER".
Default value:
""
Since:
JPA 2.0