其他分享
首页 > 其他分享> > mybatis使用存储过程

mybatis使用存储过程

作者:互联网

mybatis使用存储过程

@Select({"call select_user_count(#{userCount,mode=OUT,jdbcType=INTEGER},#{postCount,mode=OUT,jdbcType=INTEGER})"})
    @Options(statementType = StatementType.CALLABLE)
    void getCount(CountVo countVo);

标签:count,存储,postCount,mode,mybatis,INTEGER,OUT,过程,userCount
来源: https://www.cnblogs.com/RitualYang/p/12470758.html