hibernate 开发步骤:(hibernate4.2+mysql6.0)

1    hibernate配置文件(hibernate.cfg.xml)

2    持久化类

3    对象-关系映射文件

4    hibernate api 编写访问数据库的代码

 

 

hibernate 所需jar包

1    hibernate所需基础包

2    mysql  jdbc jar包

3    junit  jar包(用于测试)

posted on 2017-12-19 16:34  菜鸟乙  阅读(110)  评论(0编辑  收藏  举报