All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avaje.ebean.FutureRowCount Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebean;

import java.util.concurrent.Future;

/**
 * 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 */ public interface FutureRowCount extends Future { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy