1,全查String hql="from StudInfo"; Query q=ss.createQuery(hql);public static void main(String[] args) { // 1.获取Session Session ss=HibernateSessionFact...
分类:
Web程序 时间:
2015-11-07 21:48:19
阅读次数:
237
package common;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
public class HibernateSessi...
分类:
Web程序 时间:
2015-07-13 16:20:14
阅读次数:
149