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