Uses of Interface
com.avaje.ebean.FutureIds

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

Uses of FutureIds in com.avaje.ebean
 

Methods in com.avaje.ebean that return FutureIds
 FutureIds<T> Query.findFutureIds()
          Execute find Id's query in a background thread.
 FutureIds<T> ExpressionList.findFutureIds()
          Execute find Id's query in a background thread.
<T> FutureIds<T>
EbeanServer.findFutureIds(Query<T> query, Transaction t)
          Execute find Id's query in a background thread.
 



Copyright © 2010. All Rights Reserved.