Releases: easybest/spring-data-mybatis
Releases · easybest/spring-data-mybatis
Spring Data Mybatis 2.0.1
- 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' andManyToMany
- 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...
2.0.0.RELEASE
- include spring boot starter
- upgrade spring to 5.1.3
- upgrade spring boot to 2.1.2
- upgrade spring data commons to 2.1.4
- use "mybatis-spring-boot-starter" to define SqlSessionFactory
- support
@Query
- split module "spring-data-mybatis-core"
- auditing support
and so on.
1.0.17.RELEASE
bug fix
1.0.16.RELEASE
upgrade spring-data-commons to 1.13.5.RELEASE
1.0.14.RELEASE
Fixed
Can't update entity field to null #111
1.0.13.RELEASE
resolved a serious bug
1.0.12.RELEASE
release 1.0.12
1.0.9.RELEASE
release 1.0.9
1.0.8.RELEASE
Merge pull request #100 from hatunet/dev release 1.0.8
1.0.7.RELEASE
add postgresql test case and passed