2019年3月8日
摘要: 小结一下hibernate占位符. 1.最常见的?占位符. String hql = "select a from Apple a where a.color=? a.weight>?"; Query query = session.createQuery(hql); query.setParame 阅读全文
posted @ 2019-03-08 15:08 龙-OSCAR 阅读(513) 评论(0) 推荐(0) 编辑