-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
2.orm
isea533 edited this page Feb 5, 2018
·
1 revision
通过上一章的文档集成好通用 Mapper 后,就可以继续看这里了。
通用 Mapper 使用 JPA 注解和自己提供的注解来实现对象关系映射,由于本章包含了很多细节,所以通过简单的示例先引领入门,然后在一步步深入去看详细的配置。
本章包含下面的内容,请按照顺序阅读。
1. 集成通用 Mapper || 2. 对象关系映射 || 3. 配置介绍