public class QueryFactoryImpl extends Object implements QueryFactory
| Constructor and Description |
|---|
QueryFactoryImpl() |
QueryFactoryImpl(Class<? extends Query> qi) |
| 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) |
public void setExecutor(ThreadPoolExecutor ex)
setExecutor in interface QueryFactorypublic ThreadPoolExecutor getExecutor()
getExecutor in interface QueryFactorypublic Class<? extends Query> getQueryImpl()
getQueryImpl in interface QueryFactorypublic void setQueryImpl(Class<? extends Query> queryImpl)
setQueryImpl in interface QueryFactorypublic <T> Query<T> createQuery(Morphium m, Class<? extends T> type)
createQuery in interface QueryFactoryCopyright © 2014. All rights reserved.