public interface ScrollableResults
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