public interface QueryExecutorFactory<S extends Storable>
QueryExecutor instances from a query specification.| Modifier and Type | Method and Description |
|---|---|
QueryExecutor<S> |
executor(Filter<S> filter,
OrderingList<S> ordering,
QueryHints hints)
Returns an executor that handles the given query specification.
|
java.lang.Class<S> |
getStorableType() |
java.lang.Class<S> getStorableType()
QueryExecutor<S> executor(Filter<S> filter, OrderingList<S> ordering, QueryHints hints) throws RepositoryException
filter - optional filterordering - optional order-by propertieshints - optional query hintsRepositoryExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.