I want to do a query like the following
query = db.getOQLQuery("select t from Tour where $1 in LIST(t.vehicles)");
query.bind(aVehicle);or
query = db.getOQLQuery("select t from Tour where t.vehicles contains($1)");
query.bind(aVehicle);Does anybody know how to do this (both my attempts lead to exceptions)?
Regards, michael
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
