52ky 发表于 2022-10-4 11:09:40

Hibernate学习笔记

Hibernate是一个开放源代码的目标联系映射结构,它对JDBC进行了十分轻量级的目标封装,使得Java程序员可以为所欲为的使用目标编程思想来操作数据库。Hibernate可以使用在任何使用JDBC的场合,既可以在Java的客户端程序有效,也可以在Servlet/JSP的Web使用中使用,最具革新含义的是,Hibernate可以在使用EJB的J2EE架构中替代CMP,终结数据耐久化的重担。
Hibernate学习笔记.pdf

(Hibernate is an open source target relation mapping structure, which provides a very lightweight target encapsulation for JDBC, so that Java programmers can use target programming ideas to operate the database as they like. Hibernate can be used in any situation where JDBC is used. It is not only effective in Java client programs, but also can be used in Servlet/JSP Web applications. The most innovative is that Hibernate can replace CMP in the J2EE architecture using EJB, ending the burden of data durability.
Hibernate Learning Notes.pdf)




页: [1]
查看完整版本: Hibernate学习笔记