Class ScrollableResultsImpl
Object
com.liferay.portal.dao.orm.hibernate.ScrollableResultsImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.ScrollableResults
public class ScrollableResultsImpl
extends Object
implements com.liferay.portal.kernel.dao.orm.ScrollableResults
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScrollableResultsImpl
public ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults)
-
-
Method Details
-
first
public boolean first() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
first
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
get
- Specified by:
get
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
get
- Specified by:
get
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
last
public boolean last() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
last
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
next
public boolean next() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
next
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
previous
public boolean previous() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
previous
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
scroll
public boolean scroll(int i) throws com.liferay.portal.kernel.dao.orm.ORMException - Specified by:
scroll
in interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults
- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
toString
-