Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.dao.orm.ScrollableResults

Packages that use ScrollableResults
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.dao.orm.jpa   
com.liferay.portal.kernel.dao.orm   
 

Uses of ScrollableResults in com.liferay.portal.dao.orm.hibernate
 

Classes in com.liferay.portal.dao.orm.hibernate that implement ScrollableResults
 class ScrollableResultsImpl
           
 

Methods in com.liferay.portal.dao.orm.hibernate that return ScrollableResults
 ScrollableResults SQLQueryImpl.scroll()
           
 ScrollableResults QueryImpl.scroll()
           
 

Uses of ScrollableResults in com.liferay.portal.dao.orm.jpa
 

Methods in com.liferay.portal.dao.orm.jpa that return ScrollableResults
 ScrollableResults QueryImpl.scroll()
           
 

Uses of ScrollableResults in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return ScrollableResults
 ScrollableResults Query.scroll()
           
 


Liferay 6.1.2-ce-ga3