AbstractCannedQueryFactory |
|
CannedQuery |
Interface for named query implementations.
|
CannedQueryFactory |
Interface for factory implementations for producing instances of CannedQuery
based on all the query parameters.
|
CannedQueryPageDetails |
Details for canned queries supporting paged results.
|
CannedQueryParameters |
|
CannedQueryResults |
|
CannedQuerySortDetails |
Details for canned queries supporting sorted results
|
CannedQuerySortDetails.SortOrder |
Sort ordering for the sort pairs.
|
EmptyPagingResults |
An always empty PagingResults , used when you know
you can short circuit a query when no results are found.
|
PageDetails |
Stores paging details based on a PagingRequest.
|
PagingRequest |
Simple wrapper for single page request (with optional request for total count up to a given max)
|
PagingResults |
Marker interface for single page of results
|