Package com.ocs.dynamo.domain.query
-
Interface Summary Interface Description DataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> Interface for an iterator that iterators over a set of entities using paging -
Class Summary Class Description FixedDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> A simple iterator for iterating over a fixed set of data - this basically just delegates to the underlying collectionPagingDataSetIterator<ID extends Serializable,T extends AbstractEntity<ID>> An iterator for traversing large data sets without loading them all into memory