发布于 2017-08-21 02:20:15 | 130 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Mybatis 通用 Mapper

极其方便的使用Mybatis单表的增删改查支持单表操作,不支持通用的多表联合查询


Mybatis 通用 Mapper 3.4.3 发布。 MyBatis 通用 Mapper 极其方便的使用MyBatis单表的增删改查,支持单表操作,不支持通用的多表联合查询。通用 Mapper 可以极大的方便开发人员。可以随意的按照自己的需要选择通用方法,还可以很方便的开发自己的通用方法。

文档地址:https://mapperhelper.github.io

3.4.3

  • MapperPlugin增加forceAnnotation参数,默认false,设置为true后一定会生成@Table和@Column注解。

  • 为实例化TypeHandler增加javaTypeClassby junchao

  • 更新Example类,在获取property时,判断有没有该property并抛出异常 by chengcheng.feng

  • 所有类的属性从HashMap改为ConcurrentHashMap。

    如果你使用 Maven,可以添加下面的依赖:

<dependency>      <groupId>tk.mybatis</groupId>      <artifactId>mapper</artifactId>      <version>3.4.3</version>  </dependency>

如果你使用 Spring Boot,可以添加下面的 starter:

<!--mapper-->  <dependency>      <groupId>tk.mybatis</groupId>      <artifactId>mapper-spring-boot-starter</artifactId>      <version>1.1.4</version>  </dependency>


历史版本 :
Mybatis 通用 Mapper 3.4.4 发布
Mybatis 通用 Mapper 3.4.3 发布
Mybatis 通用 Mapper 3.4.2 发布
Mybatis 通用 Mapper 3.4.1 发布
Mybatis 通用 Mapper 3.4.0 发布
Mybatis 通用 Mapper 3.3.9 发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务