Hello.
I would like to create a finder method like this:
<query>
<query-method>
<method-name>findByOids</method-name>
<method-params>
<method-param>java.util.Collection</method-param>
</method-params>
</query-method>
<jboss-ql>SELECT OBJECT( sku )
FROM Sku AS sku
WHERE sku.pk MEMBER OF ?1
</jboss-ql>
</query>Is this possible?
We are using JBoss 3.0.4,
But, from what I understand, parameterized MEMBER OF clauses are not available in
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
