In the ibatis sql map user guide, there is an example of iterate tag page 39

<iterate prepend="AND" property="userNameList" open="(" close=")"
conjunction="OR">
username=#userNameList[]#
</iterate>



On 7/20/06, Thomas Karl Schwaerzler <[EMAIL PROTECTED]> wrote:

hello,

i'd like to do a query that looks like:

select * from odm_product where id IN (1,2);


where i'd like to pass over a list of long values
as parameter ( java.lang.Long[] )

is there something like this posssible with ibatis?

greets
t.

Reply via email to