如何使用hibernate執行sql語句

org.hibernate.Sessionsql //查詢列表 public List getlist(String sql) {      Session session=getHibernateTemplate().getSessionFactory().openSession();   return session.createSQLQuery(hql).list();session }hi
相關文章
相關標籤/搜索