Hi,

I've been able to do all my queries with OQL so far, but I think I need to drop down to the PB API for the following (valid OQL) query:

"select a.b.c from " + A.class.getName() +
+ " where a.d.e = \"foo\" "

(i.e. I want to return objects of the same class as the c reference: let's call them class C objects.)

Firstly, am I right that I can't do this with OJB's OQL? Second, can I do this with the PB? Could someone take a crack at what it would look like?

Thanks,

Phil


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to