Adding data using Java Persistence API (JPA)

Java™ Persistence API (JPA) is a specification for the persistence of Java objects to relational databases. You can use JPA to manage relational data in enterprise applications.

Procedure

  1. Create a web project and activate the Java Persistence facet.
  2. Create JPA entity beans or
  3. Configure JPA entity beans.
    1. Configure the primary key
    2. Configure named queries
    3. Configure relationships
    4. Configure concurrency control
    5. Configure advanced options

What to do next

For more information about Java Persistence API, see Developing JPA applications.

Icon that indicates the type of topic Task topic
Timestamp icon Last updated: July 17, 2017 21:58

File name: tjpaaccessdata.html