Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Outer joined one-to-many question

On Mon, Aug 19, 2013 at 1:24 PM, Laird Nelson <ljnelson@xxxxxxxxx> wrote:
Should I be doing something like:

   AND (IS EMPTY(child) OR child.somethingOrAnother = 'someValue'...

...instead?

Sorry, typing off the cuff.  Should have been:

AND (child IS EMPTY OR child.somethingOrAnother = 'someValue'...

Thanks,
Laird

--
http://about.me/lairdnelson

Back to the top