1.Hibernate初步了解
(1)什么是hibernate,hibernate是用来做什么的
半成品的项目
hibernate是一个操作数据库的框架,实现了对JDBC的封装。
2.使用c3p0与dbutils编写用户注册功能
3.使用hibernate编写用户注册功能
(1)搭建hibernate
4.对比这两种方式
5.学习hibernate(重点)
(1)配置文件的讲解
(2)
原文:https://www.cnblogs.com/wq-9/p/10884576.html