Hi,
I've not done much with OQL before - actually nothing :) so I'm having some 
trouble trying to generate a query, perhaps I'm not able to do it. I've read 
a lot of posts with similar problems, but none with my situation.

My query needs to do something like this:

select a from ClassA a where a.type = $1 and a.b.name = $2

Classes are similar to this.

ClassA
---------
integer id
integer type
ClassB b

ClassB
---------
integer id
name string

Thanks

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to