public static class TopiaDAOImpl.FindAllIterator<E extends TopiaEntity,R> extends Object implements Iterator<R>
| Modifier and Type | Field and Description |
|---|---|
protected TopiaDAO<E> |
dao |
protected Iterator<R> |
data |
protected String |
hql |
protected TopiaPagerBean |
pager |
protected Object[] |
params |
protected Class<R> |
type |
| Constructor and Description |
|---|
FindAllIterator(TopiaDAO<E> dao,
Class<R> type,
int batchSize,
String hql,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
R |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final TopiaDAO<E extends TopiaEntity> dao
protected final String hql
protected final Object[] params
protected TopiaPagerBean pager
Copyright © 2004–2022 Code Lutin. All rights reserved.