Uses of Interface
com.avaje.ebean.FutureList

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

Uses of FutureList in com.avaje.ebean
 

Methods in com.avaje.ebean that return FutureList
 FutureList<T> Query.findFutureList()
          Execute find list query in a background thread.
 FutureList<T> ExpressionList.findFutureList()
          Execute find list query in a background thread.
<T> FutureList<T>
EbeanServer.findFutureList(Query<T> query, Transaction t)
          Execute find list query in a background thread.
 



Copyright © 2010. All Rights Reserved.