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 |
Downloads: | 91 |
Created: | 2016-06-26 |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Introduction to JPA
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
Download a free PDF tutorial about JPA (Java persistence Application) ,training document material on 6 pages designated to beginners.
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 .