Hibernate的執行過程

Hibernate運行過程: 1.經過Configuration().configure();讀取並解析hibernate.cfg.xml配置文件session 2.由hibernate.cfg.xml中的<mappingresource="com/xx/User.hbm.xml"/>讀取並解析映射信息app 3.經過config.buildSessionFactory();//建立Session
相關文章
相關標籤/搜索