easyjdbc 2.x Changelog
===================================
Changes in version 2.0.2 (2019-07-14)
---------------------------------------------
* Bug Fix Return map to carry generic type conversion problem(Map<String,Object>)
Changes in version 2.0.1 (2019-06-22)
---------------------------------------------
* Overall optimization of code structure
Changes in version 2.0.0-RELEASE (2019-06-21)
---------------------------------------------
* Bug Fix @Version Causes Null Pointer Modification Problem from #IY4UJ by  蜗牛de战争
* Add update to EasyJdbcDao to initialize objects by passing in
* Overall optimization of code structure

Changes in version 2.0.0 (2019-05-26)
---------------------------------------------
* Support JDK1.8 function expression
* Add Optional SQL Annotation Return
* Add Example conditional expressions such as Example for example:
Example example=userDao.example();
Sorts sorts=new Sorts();
sorts.sort(Sorts.Direction.ASC,User::getId);
example.orderByClause(sorts);
Example.Criteria C= example.createCriteria();
C.andEqualTo(User::getId,2);
* Add Optimistic Locks and @Version for update
* Increase the local query cache and set useLocalCache to true or false
* Increase the showsql and set showsql to true or false
* Add updateWithNull,insertForKey,exists,cacheClear to EasyJdbcDao
* Fixed multi-value problem with annotation @SqlUpdate modification
* Overall optimization of code structure





