如何从块调用存储过程选择MyBatis 2.3.5

时间:2015-03-07 08:50:59

标签: java select call procedure ibatis

我的选择块是

<select id="getItemsCount" resultClass="java.math.BigDecimal" parameterClass="com.item.SimlpeListFilter">
    SELECT COUNT(1) FROM T_SYSTEM.T_ITEM_LIST
    <include refid="itemListFilter"/>
</select>
itemListFilte中的

有过程调用,添加{call anyProcedure}是不合适的。过滤动态表单。可能包含程序。哪个不会导致查询

0 个答案:

没有答案