Uses of Interface
com.avaje.ebean.PagingList

Packages that use PagingList
com.avaje.ebean Core API (see Ebean and EbeanServer). 
 

Uses of PagingList in com.avaje.ebean
 

Methods in com.avaje.ebean that return PagingList
 PagingList<T> Query.findPagingList(int pageSize)
          Return a PagingList for this query.
 PagingList<T> ExpressionList.findPagingList(int pageSize)
          Return a PagingList for this query.
<T> PagingList<T>
EbeanServer.findPagingList(Query<T> query, Transaction t, int pageSize)
           
 PagingList<T> PagingList.setFetchAhead(boolean fetchAhead)
          By default fetchAhead is true so use this to turn off fetchAhead.
 



Copyright © 2010. All Rights Reserved.