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

io.ebean.FutureRowCount Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.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. *

* * @param the BeanType * @author rbygrave */ public interface FutureRowCount extends Future { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy