|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.jpa.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()
close in interface com.mysema.commons.lang.CloseableIterator<T>close in interface java.io.Closeablepublic 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 | |||||||||