I am new user of avaje. I want to write simple loop of ExpressionList interface.
I use your api document on http://www.avaje.org/static/javadoc/pub/index.html
for(QueryIterator<User> it=listu.findIterate();it.hasNext();){
User tmpu=it.next();
System.out.println("email:"+tmpu.email+", name="+tmpu.name);
}
My loop is as above, but I could not find the findIterate() function in your online api document.
and I could not find the correct class QueryIterator either.
I hope you can give other user or developer correct version of your api document.
--
---
You received this message because you are subscribed to the Google Groups "Ebean ORM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ebean+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.