
jpa
文章平均质量分 83
gmemai
这个作者很懒,什么都没留下…
展开
-
JPA - Introduction
Any enterprise application performs database operations by storing and retrieving vast amounts of data. Despite all the available technologies for storage management, application developers normally st转载 2015-09-02 07:17:03 · 280 阅读 · 0 评论 -
Getting Started with JPA and Eclipse
This is the Eclipse version of the Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in Eclipse. The demonstrated application uses JPA to store and retrieve转载 2015-09-01 23:17:20 · 735 阅读 · 0 评论 -
JPA - ORM Components
Most contemporary applications use relational database to store data. Recently, many vendors switched to object database to reduce their burden on data maintenance. It means object database or object r转载 2015-09-02 07:45:30 · 479 阅读 · 0 评论 -
JPA - Architecture
Java Persistence API is a source to store business entities as relational entities. It shows how to define a Plain Oriented Java Object (POJO) as an entity and how to manage entities with relations.Cla转载 2015-09-02 07:30:43 · 327 阅读 · 0 评论