Uses of Interface
org.hcjf.layers.query.model.QueryOrderParameter
-
Packages that use QueryOrderParameter Package Description org.hcjf.layers.query org.hcjf.layers.query.model -
-
Uses of QueryOrderParameter in org.hcjf.layers.query
Methods in org.hcjf.layers.query that return types with arguments of type QueryOrderParameter Modifier and Type Method Description java.util.List<QueryOrderParameter>Query. getOrderParameters()Return the unmodifiable list with order fields.Methods in org.hcjf.layers.query with parameters of type QueryOrderParameter Modifier and Type Method Description QueryQuery. addOrderParameter(QueryOrderParameter orderParameter)Add a name of the field for order the data collection. -
Uses of QueryOrderParameter in org.hcjf.layers.query.model
Classes in org.hcjf.layers.query.model that implement QueryOrderParameter Modifier and Type Class Description classQueryOrderFieldThis class represents a order field with desc propertyclassQueryOrderFunction
-