| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EbeanServer.findEach(Query<T> query,
QueryEachConsumer<T> consumer,
Transaction transaction)
Execute the query visiting the each bean one at a time.
|
void |
Model.Find.findEach(QueryEachConsumer<T> consumer)
Execute the query consuming each bean one at a time.
|
void |
Query.findEach(QueryEachConsumer<T> consumer)
Execute the query processing the beans one at a time.
|
void |
ExpressionList.findEach(QueryEachConsumer<T> consumer)
Execute the query process the beans one at a time.
|
Copyright © 2015. All rights reserved.