Uses of Class
com.github.longdt.vertxorm.repository.query.Order
-
Packages that use Order Package Description com.github.longdt.vertxorm.repository.query -
-
Uses of Order in com.github.longdt.vertxorm.repository.query
Fields in com.github.longdt.vertxorm.repository.query with type parameters of type Order Modifier and Type Field Description protected List<Order<E>>AbstractQuery. ordersMethods in com.github.longdt.vertxorm.repository.query that return Order Modifier and Type Method Description static <O> Order<O>QueryFactory. ascending(String fieldName)ascending.static <O> Order<O>QueryFactory. descending(String fieldName)descending.Methods in com.github.longdt.vertxorm.repository.query that return types with arguments of type Order Modifier and Type Method Description List<Order<E>>AbstractQuery. orderBy()orderBy.List<Order<E>>Query. orderBy()orderBy.Methods in com.github.longdt.vertxorm.repository.query with parameters of type Order Modifier and Type Method Description default Query<E>Query. orderBy(Order<E> order)orderBy.default Query<E>Query. orderBy(Order<E>... orders)orderBy.Method parameters in com.github.longdt.vertxorm.repository.query with type arguments of type Order Modifier and Type Method Description Query<E>AbstractQuery. orderBy(List<Order<E>> orders)orderBy.Query<E>Query. orderBy(List<Order<E>> orders)orderBy.
-