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 |
Downloads: | 147 |
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 Java Persistence with JPA
Download free Introduction to JPA for Beginners, course tutorial, a PDF file created by Bruce Campbell.
Download a free PDF tutorial about JPA (Java persistence Application) ,training document material on 6 pages designated to beginners.
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