The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: Mario Ivankovits <mario.ivankov...@gmail.com>
Date: Sun, 7 Mar 2010 11:13:10 -0800 (PST)
Local: Sun, Mar 7 2010 2:13 pm
Subject: Re: Eager vs Lazy produces different results
Hi!
> Daryl, Mario ... are you happy to go with Option 2 ? Yep, 2 seems good to me! > Ebean.find(Customer.class) Hmmm ... about the filterMany() api. > .where().startsWith("name","A") > .*filterMany()*.eq("orders.status", > Order.Status.NEW).gt("orders.orderDate", lastWeek) In the above statement it is not clear which relation is filtered. If At least adding the relation name on filterMany() might be required: Ebean.find(Customer.class) ... or what about that: Query<Customer> custQuery = Ebean.find(Customer.class); Query<Order> custOrderQuery = custQuery.findMany("orders", But this might be too much work, no? Ciao, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||