- JPA Tutorial
- JPA - Home
- JPA - Introduction
- JPA - Architecture
- JPA - ORM Components
- JPA - Installation
- JPA - Entity Managers
- JPA - JPQL
- JPA - Advanced Mappings
- JPA - Entity Relationships
- JPA - Criteria API
- JPA Useful Resources
- JPA - Quick Guide
- JPA - Useful Resources
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
JPA Tutorial
Java Persistence API is a collection of classes and methods to persistently store the vast amounts of data into a database. This tutorial provides you the basic understanding of Persistence (storing the copy of database object into temporary memory), and we will learn the understanding of JAVA Persistence API (JPA).
Audience
This tutorial is designed for the readers pursuing Java programming with Database, using Persistence API and for all the enthusiastic readers.
Prerequisites
This tutorial is designed for absolute beginners. Assuming you are aware of Java programming with JDK1.6 or later version and JDBC concepts in java.
Advertisements