hibernate原理

1.Configuration config=new Configuration().config();//读取并解析hibernate.cfg.xml 2.<mapping resource="xxxMapping.xml"/>//hibernate.cfg.xml读取并解析映射信息 3.SessionFactory sessionFactory=config.buildSessionFacto
相关文章
相关标签/搜索