智能化下的产物,无人棋牌室
Nutz 1.r.56.rc2 发布了,这个版本是一个Bugfix版本,只有极少的新特性, 若正在使用1.r.55 可无缝升级。
问题修复:
* @Inject根据类型注入有致命的bug.
* 继承SimpleAopMaker的类如果是个Ioc Bean,所引用的对象会创建多次.
* DB2下Daos.queryCount生成的语句不对.
新特性:
* Cnd类新增andEX和orEX方法
1
2
3
4
5
6
7
8
|
// 以前 Cnd cnd = Cnd.where( "age" , "<" , 25 ); if (!Strings.isBlank(city)) { cnd.and( "city" , "=" , city); } //现在 Cnd cnd = Cnd.where( "age" , "<" , 25 ); cnd.andEX( "city" , "=" , city); |
下载地址: