public interface ScrollableResults
| Modifier and Type | Method and Description |
|---|---|
boolean |
first() |
Object[] |
get() |
Object |
get(int i) |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
scroll(int i) |
boolean first()
throws ORMException
ORMExceptionObject[] get()
throws ORMException
ORMExceptionObject get(int i)
throws ORMException
ORMExceptionboolean last()
throws ORMException
ORMExceptionboolean next()
throws ORMException
ORMExceptionboolean previous()
throws ORMException
ORMExceptionboolean scroll(int i)
throws ORMException
ORMException