Uses of Interface
com.avaje.ebean.FutureRowCount

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

Uses of FutureRowCount in com.avaje.ebean
 

Methods in com.avaje.ebean that return FutureRowCount
 FutureRowCount<T> Query.findFutureRowCount()
          Execute find row count query in a background thread.
 FutureRowCount<T> ExpressionList.findFutureRowCount()
          Execute find row count query in a background thread.
<T> FutureRowCount<T>
EbeanServer.findFutureRowCount(Query<T> query, Transaction t)
          Execute find row count query in a background thread.
 



Copyright © 2010. All Rights Reserved.