Uses of Interface
io.ebean.FutureRowCount
-
Packages that use FutureRowCount Package Description io.ebean -
-
Uses of FutureRowCount in io.ebean
Methods in io.ebean that return FutureRowCount Modifier and Type Method Description FutureRowCount<T>ExpressionList. findFutureCount()Execute find row count query in a background thread.<T> FutureRowCount<T>ExtendedServer. findFutureCount(Query<T> query, Transaction transaction)Execute find row count query in a background thread.FutureRowCount<T>Query. findFutureCount()Execute find row count query in a background thread.
-