JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
io.ebean.api
io.ebean
FutureRowCount
Contents
Description
Method Summary
Hide sidebar
Show sidebar
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
Method Summary
Methods inherited from interface
Future
cancel
,
get
,
get
,
isCancelled
,
isDone