Uses of Class
com.aashish.javaormashcode.query.QuerySet
Packages that use QuerySet
-
Uses of QuerySet in com.aashish.javaormashcode.api
Methods in com.aashish.javaormashcode.api that return QuerySet -
Uses of QuerySet in com.aashish.javaormashcode.query
Methods in com.aashish.javaormashcode.query that return QuerySetModifier and TypeMethodDescriptionAdds a subquery projection to the current select list.Adds an exact-match filter for the given field reference.Adds a filter using a lookup expression such asname__icontains.Adds an inner join for the named relation.Adds a left join for the named relation.QuerySet.limit(int limit) Sets the maximum number of rows returned by the query.QuerySet.nextPage()Advances the current offset by one page.QuerySet.offset(int offset) Sets the number of rows to skip before returning results.Adds an ordering clause for the given field reference.Adds an ordering clause for the given column or field path.QuerySet.page(int pageNumber, int pageSize) Applies pagination using a 1-based page number and page size.QuerySet.paginate(PageRequest request) Applies pagination from the given page request.QuerySet.previousPage()Moves the current offset back by one page without going below zero.Replaces the selected columns with the given field references.Replaces the selected columns with the given field paths.Alias forselect(FieldRef[]).Alias forselect(String...).Constructors in com.aashish.javaormashcode.query with parameters of type QuerySet