| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| 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> |
EbeanServer.findIterate(Query<T> query,
Transaction transaction)
Return a QueryIterator for the query.
|
Copyright © 2016. All rights reserved.