Hibernate基础知识点总结—第一部分

 Hibernate3.6 持久层的框架   添加环境:  1,jar包  2,配置文件   hibernate.cfg.xml   xxx.hbm.xml   使用Hibernate实现CRUD操作  // --- 准备  Configuration cfg = new Configuration().configure(); // hibernate.cfg.xml  SessionFacto
相关文章
相关标签/搜索