This tutorial demonstrates setting up Java Persistence API for Java SE 7 desktop applications in NetBeans 7. The Java Persistence API (JPA) provides an object/relational mapping facility for managing relational data in Java applications. JPA is a lightweight, POJO-based (Plain Old Java Objects) framework for object-relational mapping. The mapping between Java objects and a relational database is done using annotations and/or XML deployment descriptors. Though JPA is a part of EJB 3 Specification it can be used in Java SE applications, outside of the Java EE environment .
Release Date: 09-Mar-12
Duration: -
Credited To: Anjana Shenoy
No Flash Plugin Needed
19-Dec-12
Will use it as a base in my java jdbc course
25-Sep-12
Good tutorial, works fine. One remark; if I try to create a new database with 'user', netbeans complains about it as keyword.
Visit the Full Site | About Oracle | Contact Us | Terms of Use