public class QueryExecutorCache<S extends Storable> extends java.lang.Object implements QueryExecutorFactory<S>
Constructor and Description |
---|
QueryExecutorCache(QueryExecutorFactory<S> factory) |
Modifier and Type | Method and Description |
---|---|
QueryExecutor<S> |
executor(Filter<S> filter,
OrderingList<S> ordering,
QueryHints hints)
Returns an executor from the cache.
|
java.lang.Class<S> |
getStorableType() |
public QueryExecutorCache(QueryExecutorFactory<S> factory)
public java.lang.Class<S> getStorableType()
getStorableType
in interface QueryExecutorFactory<S extends Storable>
public QueryExecutor<S> executor(Filter<S> filter, OrderingList<S> ordering, QueryHints hints) throws RepositoryException
executor
in interface QueryExecutorFactory<S extends Storable>
filter
- optional filterordering
- optional order-by propertieshints
- optional query hintsRepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.