public static class AbstractTopiaDao.FindAllIterator<E extends TopiaEntity,O> extends Object implements Iterator<O>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractTopiaDao<E> |
dao |
protected Iterator<O> |
data |
protected boolean |
firstPageLoaded |
protected String |
hql |
protected org.nuiton.util.pagination.PaginationResult<E> |
pager |
protected Map<String,Object> |
params |
| Constructor and Description |
|---|
FindAllIterator(AbstractTopiaDao<E> dao,
int batchSize,
String hql,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
O |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final AbstractTopiaDao<E extends TopiaEntity> dao
protected final String hql
protected org.nuiton.util.pagination.PaginationResult<E extends TopiaEntity> pager
protected boolean firstPageLoaded
Copyright © 2004–2018 CodeLutin. All rights reserved.