Uses of Class
com.caplin.jtm.persistence.QueryParams
-
Packages that use QueryParams Package Description com.caplin.jtm.persistence -
-
Uses of QueryParams in com.caplin.jtm.persistence
Methods in com.caplin.jtm.persistence that return QueryParams Modifier and Type Method Description QueryParams
QueryParams. addArg(String argument)
Add an argument to the list of argumentsQueryParams
QueryParams. addArgs(List<String> argument)
Add multiple arguments to the list of argumentsQueryParams
QueryParams. addOrdering(String fieldName, Ordering order)
Add a criterion to the List of ordering criteriaQueryParams
QueryParams. setLimit(long limit)
Set the maximum number of rows to be returned by the queryMethods in com.caplin.jtm.persistence with parameters of type QueryParams Modifier and Type Method Description List<Map<String,String>>
Persistence. query(String table, String query, QueryParams params)
Gets entries from the persistence service matching the provided query
-