hibernate 3.2.3 setParameterList bug
最近的项目中使用了hibernate naming parameter list,代码如下
Query query1 = session.createQuery("from OurProduct where createOrgCode in(:createOrgCode) and updateOrgCode in(:createOrgCode1)");
query1.setParameterL
原创
2016-03-23 13:17:44 ·
913 阅读 ·
0 评论