public class ScrollableResultsImpl extends Object implements com.liferay.portal.kernel.dao.orm.ScrollableResults
| Constructor and Description |
|---|
ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults) |
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.ORMException