Re: [ebean] I think avaje online api document misses out some functions and classes

27 views
Skip to first unread message

Rob Bygrave

unread,
May 12, 2013, 5:15:34 PM5/12/13
to eb...@googlegroups.com
Yes, as per the previous question just get the javadocs from maven central.

Cheers, Rob.


On 12 May 2013 22:44, Lu Sheng <fore...@gmail.com> wrote:
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.
 
 

Reply all
Reply to author
Forward
0 new messages