Hi Andreas,
Try the <foreach> tag in you XML mapper file.
The variable bound to 'list' is an ArrayList
-- snip --
FAFRID IN
<foreach collection="list" item="formName" open="("
separator="," close=")">
#{formName}
</foreach>
--
Regards,
Benoît
On Feb 28, 3:52 pm, kkudi <
[hidden email]> wrote:
> Is there a way to use in clause statements in myBatis with binding?
>
> Something that allows this kind of behaviour basically:
>
>
http://oradim.blogspot.com/2007/12/dynamically-creating-variable-in-l...
>
> Thanks
> Andreas