public interface QueryFactory
| Modifier and Type | Method and Description |
|---|---|
<T> Query<T> |
createQuery(Morphium m,
Class<? extends T> type) |
ThreadPoolExecutor |
getExecutor() |
Class<? extends Query> |
getQueryImpl() |
void |
setExecutor(ThreadPoolExecutor ex) |
void |
setQueryImpl(Class<? extends Query> queryImpl) |
void setExecutor(ThreadPoolExecutor ex)
ThreadPoolExecutor getExecutor()
Copyright © 2013. All rights reserved.