Loading

摘要: Hibernate运行过程: 1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件 2.由hibernate.cfg.xml中的<mappingresource="com/xx/User.hbm.xml"/>读取并解析映射信息 3.通过 阅读全文
posted @ 2018-03-21 16:49 ichar 阅读(186) 评论(0) 推荐(0)