Package io.ebean
Interface FutureRowCount<T>
-
- Type Parameters:
T
- the BeanType
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