Package io.ebean

Interface FutureRowCount<T>

  • Type Parameters:
    T - the BeanType
    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