2015年6月19日

Hibernate占位符?和:及JPA

摘要: 小结一下hibernate占位符.1.最常见的?占位符.String hql = "select a from Apple a where a.color=? a.weight>?";Query query = session.createQuery(hql);query.setParameter(... 阅读全文

posted @ 2015-06-19 21:01 蓝萝卜blu 阅读(4351) 评论(0) 推荐(0)

导航