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