MyBatis使用MySQL存储过程

一、项目结构sql 二、建立存储过程 三、在StudentMapper.xml文件里配置映射语句 <select id = "callById" resultMap = "result" parameterType = "Student" statementType = "CALLABLE"> {call read_recordById(#{id, jdbcType = INTEGER,
相关文章
相关标签/搜索