| Package | Description |
|---|---|
| io.ebean |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<T> |
Query.findIterate()
Execute the query iterating over the results.
|
QueryIterator<T> |
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.
|
Copyright © 2019. All rights reserved.