|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CannedQuery | Interface for named query implementations. |
CannedQueryFactory | Interface for factory implementations for producing instances of CannedQuery
based on all the query parameters. |
CannedQueryResults | Interface for results returned by canned queries . |
PagingResults | Marker interface for single page of results |
PermissionedResults | Marker interface to show that permissions have already been applied to the results (and possibly cutoff) |
Class Summary | |
---|---|
AbstractCachingCannedQueryFactory | Caching support extension for CannedQueryFactory implementations. |
AbstractCannedQuery | Basic support for canned query implementations. |
AbstractCannedQueryFactory | Basic services for CannedQueryFactory implementations. |
CannedQueryPageDetails | Details for canned queries supporting paged results. |
CannedQueryParameters | Parameters defining the named query to execute. |
CannedQuerySortDetails | Details for canned queries supporting sorted results |
CannedQuerySortDetails.SortOrder | Sort ordering for the sort pairs . |
CannedQueryTest | Tests the name query infrastructure. |
EmptyCannedQueryResults | An always empty CannedQueryResults , used when you know
you can short circuit a query when no results are found. |
EmptyPagingResults | An always empty PagingResults , used when you know
you can short circuit a query when no results are found. |
PagingRequest | Simple wrapper for single page request (with optional request for total count up to a given max) |
Exception Summary | |
---|---|
CannedQueryException | Exception generated by failures to execute canned queries. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |