public class ScrollableResultsImpl
extends Object
implements com.liferay.portal.kernel.dao.orm.ScrollableResults
| Constructor and Description |
|---|
ScrollableResultsImpl(org.hibernate.ScrollableResults 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) |
String |
toString() |
public ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults)
public boolean first()
throws com.liferay.portal.kernel.dao.orm.ORMException
first in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic Object[] get()
throws com.liferay.portal.kernel.dao.orm.ORMException
get in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic Object get(int i)
throws com.liferay.portal.kernel.dao.orm.ORMException
get in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic boolean last()
throws com.liferay.portal.kernel.dao.orm.ORMException
last in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic boolean next()
throws com.liferay.portal.kernel.dao.orm.ORMException
next in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic boolean previous()
throws com.liferay.portal.kernel.dao.orm.ORMException
previous in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic boolean scroll(int i)
throws com.liferay.portal.kernel.dao.orm.ORMException
scroll in interface com.liferay.portal.kernel.dao.orm.ScrollableResultscom.liferay.portal.kernel.dao.orm.ORMExceptionpublic String toString()
toString in class Object