Class Order<E>
- java.lang.Object
-
- com.github.longdt.vertxorm.repository.query.Order<E>
-
public class Order<E> extends Object
Order class.
- Version:
- $Id: $Id
- Author:
- Long Dinh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()Getter for the fieldfieldName.booleanisAscending()Returns whether sorting for this property shall be ascending.booleanisDescending()Returns whether sorting for this property shall be descending.
-