Uses of Interface
com.avaje.ebean.QueryResultVisitor

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
<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.
 



Copyright © 2012. All Rights Reserved.