|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.hql.hibernate.ScrollableResultsIterator<T>
T
- public class ScrollableResultsIterator<T>
ScrollableResultsIterator is an CloseableIterator adapter for ScrollableResults
Constructor Summary | |
---|---|
ScrollableResultsIterator(org.hibernate.ScrollableResults results)
|
|
ScrollableResultsIterator(org.hibernate.ScrollableResults results,
boolean asArray)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScrollableResultsIterator(org.hibernate.ScrollableResults results)
public ScrollableResultsIterator(org.hibernate.ScrollableResults results, boolean asArray)
Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
java.io.IOException
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
public T next()
next
in interface java.util.Iterator<T>
public void remove()
remove
in interface java.util.Iterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |