休眠条件参数绑定

时间:2019-04-26 12:31:47

标签: hibernate

在以下条件中,在限制中,"post"是硬编码的,如果我们 想要将其作为参数传递,如何使用条件设置参数, 像criteria.setParameter();

Criteria criteria = session.createCriteria(Post.class)
.add(Restrictions.eq("title", "post")) // here post is hardcoded instead can we bind param

0 个答案:

没有答案