mybatis入門使用3:selectKey返回最近插入的id

在使用mybatis insert時,使用id自增有時須要返回最新插入的id;java <insert id="insert" parameterType="com.lls.model.Employee"> <selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id"> SELECT LAST_INSERT_ID(
相關文章
相關標籤/搜索