Hello, i have an example that use a foreach to construct in (listElement, listElement..)....<if test="registro.listaRoles != null">and r.COD_ROL_ENTIDAD IN<foreach item="rol" index="index" collection="registro.listaRoles" open="(" separator="," close=")" >#{rol.codRol, jdbcType=DECIMAL}</foreach></if>
2012/7/18 javaDeveloperI have the following select element defined in a mapper file: