摘要: hibernate-core : 核心模块,定义了 ORM 特性和API,还有各种集成的SPIs。 hibernate-entitymanager : 定义 对 JPA(Java Persistence API) 的支持。 hibernate-java8 : 支持使用Java8特定的数据类型。 hi 阅读全文
posted @ 2016-06-06 17:46 WanderingAlbatross 阅读(822) 评论(0) 推荐(0)
摘要: 因为! a paradigm mismatch between how data is represented in objects versus relational databases ! 对象数据和关系数据库数据 模型的不匹配。 所以ORM 要做的事 就是 在两个数据模型之间建立起统一的映射关 阅读全文
posted @ 2016-06-06 17:17 WanderingAlbatross 阅读(158) 评论(0) 推荐(0)
摘要: You open a small fast food center, with a serving capacity of 5-10 people at a time. But you have enough space on hold to increase the serving capacit 阅读全文
posted @ 2016-06-06 16:46 WanderingAlbatross 阅读(263) 评论(0) 推荐(0)