You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Deprecated in favor of #findEachWhile which is functionally exactly the same * but has a much better name. * <p> * Execute the query visiting the results. This is similar to findIterate in * that not all the result beans need to be held in memory at the same time * and as such is go for processing large queries. * </p> * * @deprecated */
<T> voidfindVisit(Query<T> query, QueryResultVisitor<T> visitor, Transactiontransaction);
The text was updated successfully, but these errors were encountered:
Remove from EbeanServer findVisit()
The text was updated successfully, but these errors were encountered: