Uses of Class
com.avoka.tm.query.GroupQuery
-
Packages that use GroupQuery Package Description com.avoka.tm.query Provides Value Object Query classes. -
-
Uses of GroupQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return GroupQuery Modifier and Type Method Description GroupQuery
GroupQuery. addOrderByAsc(String orderProperty)
Add the sort order by ascending to the query.GroupQuery
GroupQuery. addOrderByDesc(String orderProperty)
Add the sort order by descending to the query.GroupQuery
GroupQuery. setFetchLimit(int fetchLimit)
Set the query fetch limit to limit the maximum number of records returned.GroupQuery
GroupQuery. setId(Long id)
Set the group id (PK) query parameter.GroupQuery
GroupQuery. setName(String name)
Set the group name query parameter.GroupQuery
GroupQuery. setType(String type)
Set the group type parameter.
-