
JPA(Java Persistence API)
moonsheep_liu
这个作者很懒,什么都没留下…
展开
-
JPA基础(一):全面阐释和精彩总结JPA
from: http://www.cnblogs.com/lich/archive/2011/11/27/2265253.html 什么是JPA JPA(Java Persistence API)是Sun官方提出的Java持久化规范。它为Java开发人员提供了一种对象/关联映射工具来管理Java应用中的关系数据。他的出现主要是为了简化现有的持久化开发工作和整合ORM技术,结束现在H转载 2015-07-04 09:29:07 · 460 阅读 · 0 评论 -
Using JPA and JAXB Annotations in the Same Object
from: https://objectpartners.com/2010/01/25/using-jpa-and-jaxb-annotations-in-the-same-object/ 要点:The trick is to separate the two types of annotations and only use the JPA annotation on the member d转载 2015-07-11 09:02:58 · 465 阅读 · 0 评论