Uses of Interface
io.ebean.FutureList
Packages that use FutureList
- 
Uses of FutureList in io.ebeanMethods in io.ebean that return FutureListModifier 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.