MyBatis 3.5.4がリリース
改善
- You can now omit unnecessary `@Results` and `@ConstructorArgs` annotation. #1698
不具合修正:
- Avoid invoking hashCode() method when setting auto-generated keys. #1719
- Possible ResultMapException when using nested select. #1551
- Possible incorrect TypeVariable resolution in TypeParameterResolver. #1794
- Race condition in TypeHandlerRegistry. #1819
ダウンロード