We are proud to announce the release of MyBatis 3.2.6.
Provides some new features:
- Caches nested selects
- Lazy loading can be enabled only for specific relations
- Supports returning multiple fields in a select key
- Some other minor improvements
See the details at https://github.com/mybatis/mybatis-3/issues?milestone=6&state=closed
A note for users who implemented their own caches or 3rd party cache adapters. MyBatis no longer calls Cache#getReadWriteLock(). Any locking needed by the cache should be implemented internally by the cache. So in case you coded your own cache make sure it is properly synchronized. See issue #159.
It is available in Github and Maven Central.
Big thanks for your support and enjoy!
No comments:
Post a Comment