Hello,

due to performance issues, I have 2 mapping files.
One contains full mapping, and the others only mapping to vectors I need.

I have a query of that type :

SELECT myobject FROM com.xoxox.Myobject myobject 
WHERE myobjectId IN LIST( "id1", "id2", ..., "idn" )

When I use the full mapping, it works fine, the number of results equals the
number of ids in the list.
But when I use the "fast" mapping, Castor load some objects a large number
of time (several hundred).

Did I miss something ?

Thanks
Ludovic

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

Reply via email to