Hi,
suppose to have an object of class C which holds a field containing a collection of strings (e.g. o.strings).
Is it possible to select the objects of C that *contain* a given value (e.g. "antonio").
Something like:
select o from C o where o.strings CONTAINS "antonio"
I know that CONTAINS is not a keyword of Castor OQL but I wonder if and how I can write a query with that semantics.
Thank you very much for your help.
Regards Antonio
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user
