摘要
Hibernate是一个对象持久化工具,它通过其强大的O/R映射功能将Java对象同存放于关系数据库中的数据进行映射,避免了开发人员使用大量的SQL语句通过JDBC的方式对数据库进行操作,可以有效地提高开发的效率。将其应用于企业在线资产管理系统,可充分利用其优点。
Hibernate is a persistence service that stores Java objects in relational databases with its powerful, high performance obJect/relational persistence function. Using it, the developers can avoid writing many SQL sentences to operate the database through JDBC. And it can improve the development efficiency evidently. In enterprise on-line asset management system, we have taken full advantage of it.
出处
《科技广场》
2008年第5期49-51,共3页
Science Mosaic