CannedQuery<R> |
AbstractCachingCannedQueryFactory.getCannedQuery(CannedQueryParameters parameters) |
Base implementation that provides a caching facade around the query.
|
CannedQuery<R> |
CannedQueryFactory.getCannedQuery(CannedQueryParameters parameters) |
Retrieve an instance of a CannedQuery based on the full range of
available parameters.
|
protected abstract CannedQuery<R> |
AbstractCachingCannedQueryFactory.getCannedQueryImpl(CannedQueryParameters parameters) |
Derived classes must implement this method to provide the raw query that supports the given
parameters.
|
protected java.lang.String |
AbstractCannedQueryFactory.getQueryExecutionId(CannedQueryParameters parameters) |
Helper method to construct a unique query execution ID based on the
instance of the factory and the parameters provided.
|
protected abstract java.util.List<R> |
AbstractCannedQuery.queryAndFilter(CannedQueryParameters parameters) |
Implement the basic query, returning either filtered or all results.
|