JPA Tutorial

About the author

Martin is a software engineer with more than 10 years of experience in software development. He has been involved in different positions in application development in a variety of software projects ranging from reusable software components, mobile applications over fat-client GUI projects up to larg-scale, clustered enterprise applications with real-time requirements.

Martin is a Java EE enthusiast and works for an international operating company. His current interests include Java EE, web applications with focus on HTML5 and performance optimizations.

The Java Persistence API (JPA) is a Java programming language application programming interface specification that describes the management of relational data in applications using Java Platform, Standard Edition and Java Platform, Enterprise Edition.

JPA has become the de-facto standard to write application code that interacts with Databases. For this reason we have provided an abundance of tutorials here at Java Code Geeks, most of which can be found here.

Now, we wanted to create a standalone, reference guide to provide a framework on how to work with JPA and help you quickly kick-start your JPA applications. Enjoy!

 

JPA Tutorial includes:

  1. Project setup
  2. Basics
  3. Inheritance
  4. Relationships
  5. Data Types and Converters
  6. Criteria API
  7. Sequences
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button