Did you map your primary key as a Java attribute? If so, just include it.
On Thu, Apr 2, 2009 at 12:53 PM, Dave Lamy <davelam..mail.com> wrote:
> I am composing a SelectQuery and want to include an expression to narrow my
> results based upon the primary key (just an int ID) as well as other
> criteria. I am using the ExpressionFactory to generate the Expressions..
> specifically I have
>
> Expression expr = ExpressionFactory.inExp(<pathToId?>, idCollection);
>
> Question is: How do I represent the path to the primary key in an
> expression string like this?
>
> Thanks--
> Dave
>
This archive was generated by hypermail 2.0.0 : Thu Apr 02 2009 - 13:02:07 EDT