com.avaje.ebean
Interface FutureRowCount<T>

All Superinterfaces:
Future<Integer>

public interface FutureRowCount<T>
extends Future<Integer>

Represents the result of a background query execution for the total row count for a query.

It extends the java.util.concurrent.Future.

Author:
rbygrave

Method Summary
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 



Copyright © 2010. All Rights Reserved.