mybatis-3.5.2
版本发布时间: 2019-07-15 15:49:38
mybatis/mybatis-3最新发布版本:mybatis-3.5.14(2023-11-03 14:27:55)
Enhancements:
- SQL builder now supports LIMIT, OFFSET #1521 and FETCH FIRST #1582.
- SQL builder now supports multi-row insert syntax #1333.
- A new property
defaultNetworkTimeout
has been added to the built-in data sources i.e.PooledDataSource
andUnpooledDataSource
#1527. - SQL provider annotations now takes
value
attribute which is an alias fortype
#1522. - You can now pass Java array to
ArrayTypeHandler#setNonNullParameter()
#1548. - You can reference single simple type unnamed parameter with any name in OGNL expressions #1487.
- A new configuration option
defaultResultSetType
is added #1056.
Bugs:
- SQL provider method with a primitive parameter causes BuilderException #1604.
- Fixes a possible
NullPointerException
#1590.
There is no known backward incompatible change since 3.5.1.
Please see the 3.5.2 milestone page for the complete list of changes.
1、 mybatis-3.5.2.zip 7.09MB