ID - the type of the primary key of the entityT - the type of the entitypublic abstract class DataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> extends Object
| Constructor and Description |
|---|
DataSetIterator(List<ID> idList) |
DataSetIterator(List<ID> idList,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
T |
next() |
protected abstract List<T> |
readPage(List<ID> ids)
Returns a page of data given a list of IDs
|
int |
size()
Returns the size
|
Copyright © 2017 Open Circle Solutions. All rights reserved.