Hibernate 的工做原理 (面試)

Hibernate 的工做原理 1.經過Configuration config = new Configuration().configure(); //讀取並解析hibernate.cfg.xml配置文件 2.由hibernate.cfg.xml中的<mapping resource="com/xx/User.hbm.xml"/> //讀取並解析映射信息 3.經過SessionFactory
相關文章
相關標籤/搜索