会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiluhua
I love this country. If a time limit has to be added to this love, I wish it is a decade.
to github ...
博客园
首页
新随笔
联系
管理
订阅
2015年3月25日
Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
摘要: 这行代码:1 List catList =session.createQuery("from Cat p where p.name.first_name=?").setParameter(0,name.getFirst_name()).list();改为:1 String hql = "from C...
阅读全文
posted @ 2015-03-25 16:44 xiluhua
阅读(1158)
评论(0)
推荐(0)
编辑
公告