Uses of Interface
io.ebean.QueryIterator
-
Uses of QueryIterator in io.ebean
Modifier and TypeMethodDescriptionDtoQuery.findIterate()
Execute the query iterating a row at a time.ExpressionList.findIterate()
Execute the query iterating over the results.<T> QueryIterator<T>
ExtendedServer.findIterate
(Query<T> query, Transaction transaction) Return a QueryIterator for the query.Query.findIterate()
Execute the query iterating over the results.