| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EbeanServer.findEachWhile(Query<T> query,
QueryEachWhileConsumer<T> consumer,
Transaction transaction)
Execute the query visiting the each bean one at a time.
|
void |
Model.Find.findEachWhile(QueryEachWhileConsumer<T> consumer)
Execute the query consuming each bean one at a time.
|
void |
Query.findEachWhile(QueryEachWhileConsumer<T> consumer)
Execute the query using callbacks to a visitor to process the resulting
beans one at a time.
|
void |
ExpressionList.findEachWhile(QueryEachWhileConsumer<T> consumer)
Execute the query processing the beans one at a time with the ability to
stop processing before reading all the beans.
|
Copyright © 2016. All rights reserved.