Package com.jk.data.dataaccess.orm.meta
Annotation Interface JKSortInfo
This inteface represents an annotation used to specify sorting information
for fields.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionjakarta.persistence.Column
This method gets the column associated with the field.This method gets the sorting order for the field.
-
Element Details
-
sortOrder
JKSortDirection sortOrderThis method gets the sorting order for the field.- Returns:
- the sorting order.
- See Also:
- Default:
- ASC
-
column
jakarta.persistence.Column columnThis method gets the column associated with the field.- Returns:
- the column associated with the field.
- Default:
- @jakarta.persistence.Column
-