Skip to content

Spring Data Mybatis 2.0.1

Latest
Compare
Choose a tag to compare
@easybest easybest released this 31 Aug 07:04
· 282 commits to master since this release
  • Upgrade spring data commons to 2.3.3.RELEASE
  • Upgrade spring boot to 2.3.3.RELEASE
  • Upgrade mybatis to 3.5.5
  • Use mybatis official mybatis-spring-boot-starter to configure mybatis in spring boot
  • Use java persistence api annotations
  • Use mybatis original function to support OneToMany, OneToOne, 'ManyToOne' and ManyToMany
  • Support @Embedded annotation in entity
  • Support @OrderBy in OneToMany sub query
  • Support @Enumerated(EnumType.ORDINAL) and @Enumerated(EnumType.STRING) to control enum column
  • Support MySQL, H2, Oracle, Sql Server, PostgreSQL, HSQLDB, EnterpriseDB, DAMENG databases
  • Support Example Query

and a lot of improvement...