Uses of Enum Class
com.caplin.jtm.persistence.Ordering
Packages that use Ordering
-
Uses of Ordering in com.caplin.jtm.persistence
Methods in com.caplin.jtm.persistence that return OrderingModifier and TypeMethodDescriptionstatic OrderingReturns the enum constant of this class with the specified name.static Ordering[]Ordering.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.caplin.jtm.persistence with parameters of type OrderingModifier and TypeMethodDescriptionQueryParams.addOrdering(String fieldName, Ordering order) Add a criterion to the List of ordering criteriaMethod parameters in com.caplin.jtm.persistence with type arguments of type Ordering