Java Persistence with JPA

This tutorial is a reference guide to provide a framework on how to work with JPA and help you to start your first JPA applications.

Free PDF training course material on 33 pages .

JPA (Java Persistence API) is the part of the EJB 3.0 specification for persistence components in a relational database 

It can be applied to all Java applications,even those that run outside an application server.

JPA is a standard for persistence Java objects

Table of contents

  • Introduction
  • The JPA consists of three different components
  • Entities
  • Object-relational metadata
  • Java Persistence Query Language (JPQL)
  • Project setup
  • Basics
  • EntityManager
  • Persistence Unit
  • Transactions
  • Tables and Inheritance
  • Relationships
  • OneToOne
  • OneToMany
  • ManyToMany
  • Persist operation
  • Remove operation
  • Refresh operation
  • Merge operation
  • Detach operation
Size : 1,257.84 Kb
File type : pdf
Downloads: 148
Created: 2016-06-26
Java Persistence with JPA

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others JPA Tutorials

Building Back-End Web Apps with Java, JPA and JSF

Getting Started with JPA

Introduction to JPA

Others related eBooks about Java Persistence with JPA

How To Think Like A Computer Scientist: C++ Version

The goal of this book is to teach you to think like a computer scientist, using C++ as the programming language. ...

Become an Xcoder: Start Programming the Mac Using Objective-C

...

Using the Web to Build the IoT

The Internet of Things offers us an internet that is becoming more than just a mass of mul..., download free IoT tutorial in PDF (176 pages) created by ....

Classic Computer Science Problems in Python

Download free course Classic Computer Science Problems in Python, pdf file on 224 pages by David Kopec....

Cryptography in .NET Succinctly

Download free course Cryptography in .NET Succinctly, pdf file on 67 pages by Dirk Strauss....

Programming for Computations - MATLAB/Octave

Download free course Programming for Computations - MATLAB/Octave, pdf file on 228 pages by Svein Linge, Hans Petter Langtangen....

Modeling and Simulation in Python

This book is an introduction to physical modeling using a computational approach. It is organized in three parts:...

Certified Programming with Dependent Types

Download free course Certified Programming with Dependent Types, pdf file on 368 pages by Adam Chlipala....

C# : Practical Guide for Programmers

Download a free Csharp tutorial in PDF by Michel de Champlain .A complet training document under 262 pages for intermediate level-users....

Programming Computer Vision with Python: Tools and Algorithms for Analyzing Images

This book is a hands-on introduction to computer vision using Python....