SAP NetWeaver Application Server for Java
Basics of the Java Persistence API – Defining and Using Relationships
The new Java Persistence API (JPA) allows not only managing isolated entities but also complicated networks of related entities. This article explains the concepts of defining and using the object-relational mapping of relationships between entities. It demonstrates the concepts by means of an accompanying application.