Download computer tutorials in PDF

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

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
Downloads: 90
Created: 2016-06-26

Download file

Others related eBooks about Introduction to JPA

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 .

Getting Started with JPA

Download a free PDF tutorial about JPA (Java persistence Application) ,training document material on 6 pages designated to beginners.

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

This book shows how to build back-end web applications with Java, JPA and JSF. A back-end web app is a distributed web app where essentially all work is performed by the back-end component, including data validation and UI page creation, while the front-end only consists of a web browser's renderi