文章列表
主要改进有
1为dao添加Integer selectCountByExample或Integer selectCountByExampleWithoutBLOBs接口及相应的sqlmap查询记录总数
2分页子句支持(目前仅支持mysql)
在example中添加属性limitClauseStart和limitClauseCount为接口selectByExample添加物理分页支持
将该项目在eclipse下编译打包后替换原插件下的abator.jar即可
注:目前仅对generatorSet="Java5"有效
生成代码示例:
sqlmap:
<?xml ver ...