在mapper中定义insert方法: insert into order(order_sn, user_id, name) values (#{orderSn}, #{userId}, #{name}) 属性 useGene
在mapper中定义insert方法:
insert into order(order_sn, user_id, name) values (#{orderSn}, #{userId}, #{name})
调用orderMapper.insertOrder(record)执行插入语句,返回值是一个int类型,如果成功返回的是1,失败返回的是exception。
插入成功后可以使用这个实体类对象.getId()获取ID值
orderMapper.insertOrder(record);Integer orderId = record.getId();
来源地址:https://blog.csdn.net/watson2017/article/details/128785728
--结束END--
本文标题: Mybatis使用insert插入后获取id值
本文链接: https://lsjlt.com/news/389048.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0