Uses of Interface
io.ebean.QueryIterator
Packages that use QueryIterator
-
Uses of QueryIterator in io.ebean
Methods in io.ebean that return QueryIteratorModifier 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.