MyBatis+MySQL 返回插入的主键ID
摘要:
需求:使用MyBatis往MySQL数据库中插入一条记录后,需要返回该条记录的自增主键值。 方法:在mapper中指定keyProperty属性,示例如下: useGeneratedKeys: 取值范围true|false 默认值是:false。 含义:设置是否使用JDBC的getGenereat 阅读全文
posted @ 2016-03-14 17:55 AlexGeng 阅读(17141) 评论(0) 推荐(0) 编辑