2013-09-13から1日間の記事一覧

mybatis CALLABLE

mybatis でストアドプロシジャを呼ぶ時の SQLmap の例 <select id="callfoo" statementType="CALLABLE" parameterType="test.Parameter"> { call sp_foo( #{ startdate, jdbcType=TIMESTAMP, mode=IN} , #{ mount, jdbcType=INTEGER, mode=OUT } ) } </select>