public class DelegatedQueryExecutorFactory<S extends Storable> extends java.lang.Object implements QueryExecutorFactory<S>
DelegatedQueryExecutor
.Constructor and Description |
---|
DelegatedQueryExecutorFactory(Storage<S> rootStorage) |
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() |
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 FetchException
QueryExecutorFactory
executor
in interface QueryExecutorFactory<S extends Storable>
filter
- optional filterordering
- optional order-by propertieshints
- optional query hintsFetchException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.