public class ScrollableResultsImpl extends java.lang.Object implements ScrollableResults
| Constructor and Description |
|---|
ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
first() |
java.lang.Object[] |
get() |
java.lang.Object |
get(int i) |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
scroll(int i) |
java.lang.String |
toString() |
public ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults)
public boolean first()
throws ORMException
first in interface ScrollableResultsORMExceptionpublic java.lang.Object[] get()
throws ORMException
get in interface ScrollableResultsORMExceptionpublic java.lang.Object get(int i)
throws ORMException
get in interface ScrollableResultsORMExceptionpublic boolean last()
throws ORMException
last in interface ScrollableResultsORMExceptionpublic boolean next()
throws ORMException
next in interface ScrollableResultsORMExceptionpublic boolean previous()
throws ORMException
previous in interface ScrollableResultsORMExceptionpublic boolean scroll(int i)
throws ORMException
scroll in interface ScrollableResultsORMExceptionpublic java.lang.String toString()
toString in class java.lang.Object