获取mybatis中最后插入的记录的ID

获取mybatis中最后插入的记录的ID,第1张

获取mybatis中最后插入记录的ID

id被注入到对象中:

int num_of_record_inserted = fileAttachmentMapper.insertSelective(fileAttachment);int id = fileAttachment.getId();

要做的

selectKey
是在要插入的对象中设置id,在这种情况下,
fileAttachment
在其属性中设置ID,并插入
id
AFTER记录。



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5014804.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-14
下一篇 2022-11-15

发表评论

登录后才能评论

评论列表(0条)

保存