hibernate 模拟实现和What is and Why O/R Mapping

What is and Why O/R Mapping

What is :

用面向对象的方式调用api,类库帮我们翻译成面向关系的方式。

Why:

1、JDBC操作数据库很繁琐
2、Sql 语句编写并不是面向对象的
3、可以在面向对象和面向关系之间建立关联来简化编程
4、O/R Mapping简化编程
5、O/R Mapping跨越数据库平台
6、Hibernate_200_OR_Mapping_Simulation(了解即可)。

posted @ 2017-04-11 11:42  流年如水烟雨随风  阅读(190)  评论(0编辑  收藏  举报