public class ScrollIterator<T> extends Object implements Iterator<T>, Iterable<T>
ScrollIterator(org.hibernate.ScrollableResults scrollableResults, Class<T> managedClass)
boolean
hasNext()
Iterator<T>
iterator()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ScrollIterator(org.hibernate.ScrollableResults scrollableResults, Class<T> managedClass)
public Iterator<T> iterator()
iterator
Iterable<T>
public boolean hasNext()
hasNext
public T next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.