Introduction to JPA

Download free Introduction to JPA for Beginners, course tutorial, a PDF file created by Bruce Campbell.

The use for the persistence of mapping allows us to offer a higher level of abstraction than the simple use of JDBC: This mapping ensures the transformation of objects to the database and also the opposite that whether for readings or updates (creation, modification or deletion).

The Java Persistence API is based on the entities that are simple annotated POJOs and a manager of these entities (EntityManager) that provides functionality to manipulate (add, modify delete, search). The Manager is responsible for managing the state entities and their persistence in the database.

Table of contents

  • Object Relational Mapping
  • Introduction to JPA
  • Entity Manager
  • Persistence Context
  • En4ty Relationships
  • JPA and Spring
  • Java Stack Config
  • JPQL
  • Native Query
  • Criteria Query

The annotations @Entity (and all the other JPA annotations) can be replaced and / or Overloaded (XML files outweigh the annotations) by recorded information in an XML configuration file.

Size : 1,728.48 Kb
File type : pdf
Downloads: 90
Created: 2016-06-26

Others JPA Tutorials

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

Getting Started with JPA

Java Persistence with JPA

Others related eBooks about Introduction to JPA

C# programming tutorial for professionals

Download free C# tutorial course in PDF, training file in 164 chapters and 808 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Getting started with Hibernate

Download free Hibernate tutorial course in PDF, training file in 14 chapters and 39 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

The Little ASP.NET Core Book

Download free course The Little ASP.NET Core Book, pdf file on 127 pages by Nate Barbettini....

Data Structures and Algorithms

Download free course Data Structures and Algorithms, pdf file on 111 pages by Granville Barnett, Luca Del Tongo....

C programming tutorial for professionals

Download free C language tutorial course in PDF, training file in 63 chapters and 342 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

2D Game Development: From Zero to Hero

This is a small project that aims to gather some knowledge about game development and make..., download free Game Development tutorial in PDF (260 pages) created by Penaz ....

Introduction to Data Science

The demand for skilled data science practitioners in industry, academia, and government is..., download free Data Science tutorial in PDF (722 pages) created by Rafael A Irizarry ....

Object-oriented Programming in C#

This is a teaching material about object-oriented programming, illustrated with use of the..., download free C# tutorial in PDF (485 pages) created by Kurt Normark ....

R Language tutorial, The Basic Maniuplation

The purpose of this course is to provide a starting point for Interested in R language. It is useful For the beginner to assimilate certain notions and concepts in order to improve their knowledge....

JavaScript RegExp

Download free course JavaScript RegExp, pdf file on 59 pages by Sundeep Agarwal....