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.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException
public Object[] get() throws com.liferay.portal.kernel.dao.orm.ORMException
get
in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException
public Object get(int i) throws com.liferay.portal.kernel.dao.orm.ORMException
get
in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException
public boolean last() throws com.liferay.portal.kernel.dao.orm.ORMException
last
in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException
public boolean next() throws com.liferay.portal.kernel.dao.orm.ORMException
next
in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException
public boolean previous() throws com.liferay.portal.kernel.dao.orm.ORMException
previous
in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException
public boolean scroll(int i) throws com.liferay.portal.kernel.dao.orm.ORMException
scroll
in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
com.liferay.portal.kernel.dao.orm.ORMException