| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EbeanServer.findVisit(Query<T> query,
QueryResultVisitor<T> visitor,
Transaction t)
Execute the query visiting the results.
|
void |
Query.findVisit(QueryResultVisitor<T> visitor)
Execute the query using callbacks to a visitor to process the resulting
beans one at a time.
|
void |
ExpressionList.findVisit(QueryResultVisitor<T> visitor)
Execute the query visiting the results.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
DefaultServer.findVisit(Query<T> query,
QueryResultVisitor<T> visitor,
Transaction t) |
void |
SpiOrmQueryRequest.findVisit(QueryResultVisitor<T> visitor)
Execute the find returning a QueryIterator and visitor pattern.
|
void |
OrmQueryRequest.findVisit(QueryResultVisitor<T> visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.findVisit(QueryResultVisitor<T> visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionList.findVisit(QueryResultVisitor<T> visitor) |
Copyright © 2014. All Rights Reserved.