在MyBatis中,@SelectKey(statement="select last_insert_id()",keyProperty="id",resultType=Long.class, before=false)注解的作用是什么()

来源:网络时间:2024-07-30 07:07:06

"在MyBatis中,@SelectKey(statement="select last_insert_id()",keyProperty="id",resultType=Long.class, before=false)注解的作用是什么()"这道题的答案是什么呢,答案在下文中哦。

在MyBatis中,@SelectKey(statement="select last_insert_id()",keyProperty="id",resultType=Long.class, before=false)注解的作用是什么()

A、返回值为最后一次插入数据的id值

B、查询数据库中最大的id值

C、查询当前数据库中id的数量

D、查询数据库中是否存在相同id

正确答案:A

文章内容来源于网络,不代表本站立场,若侵犯到您的权益,可联系我们删除。(本站为非盈利性质网站) 联系邮箱:9145908@qq.com