文章列表
1. 发展中的持久化技术 3
1.1 JDBC 3
1.2 关系对象映射(Object Relational Mapping,ORM) 3
1.3 Java 数据对象(Java Data Object,JDO) 3
1.4 Java Persistence API(JPA) 3
2. JPA 体系架构 5
3. Entity Bean 7
3.1定义对Entity中属性变量的访问 7
3.2 主键和实体标识(Primary Key and Entity Identity) 9
4. EntityManager 10
4.1 配置和获得EntityManager 10
4.2 Entity的生命周 ...