public class SliceQueryExecutor extends Object
| Constructor and Description |
|---|
SliceQueryExecutor(PersistenceContextFactory contextFactory,
ConfigurationContext configContext,
DaoContext daoContext) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> PersistenceContext |
buildContextForQuery(SliceQuery<T> sliceQuery) |
<T> List<T> |
get(SliceQuery<T> sliceQuery) |
<T> Iterator<T> |
iterator(SliceQuery<T> sliceQuery) |
<T> void |
remove(SliceQuery<T> sliceQuery) |
public SliceQueryExecutor(PersistenceContextFactory contextFactory, ConfigurationContext configContext, DaoContext daoContext)
public <T> List<T> get(SliceQuery<T> sliceQuery)
public <T> Iterator<T> iterator(SliceQuery<T> sliceQuery)
public <T> void remove(SliceQuery<T> sliceQuery)
protected <T> PersistenceContext buildContextForQuery(SliceQuery<T> sliceQuery)
Copyright © 2012-2014. All Rights Reserved.