Uses of Interface
io.ebean.FutureList
-
Uses of FutureList in io.ebean
Modifier and TypeMethodDescriptionExpressionList.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.Query.findFutureList()
Execute find list query in a background thread.