|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResultVisitor | |
|---|---|
| com.avaje.ebean | Core API (see Ebean and EbeanServer). |
| Uses of QueryResultVisitor in com.avaje.ebean |
|---|
| Methods in com.avaje.ebean with parameters of type QueryResultVisitor | ||
|---|---|---|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||