com.liferay.portal.kernel.dao.orm
Interface ScrollableResults
- All Known Implementing Classes:
- ScrollableResultsImpl, ScrollableResultsImpl
public interface ScrollableResults
first
boolean first()
throws ORMException
- Throws:
ORMException
get
Object[] get()
throws ORMException
- Throws:
ORMException
get
Object get(int i)
throws ORMException
- Throws:
ORMException
last
boolean last()
throws ORMException
- Throws:
ORMException
next
boolean next()
throws ORMException
- Throws:
ORMException
previous
boolean previous()
throws ORMException
- Throws:
ORMException
scroll
boolean scroll(int i)
throws ORMException
- Throws:
ORMException