mybatis学习(一)

来源:互联网 发布:手机号提取软件 编辑:程序博客网 时间:2024/06/11 22:26

插入语句中自动返回自增主键

<insert id="insert***" parameterType="Userr" useGeneratedKeys="true" keyProperty="id">
insert into ** values(  );
</insert>


0 0
原创粉丝点击