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