Limit this search to....

Understanding JPA 2.2: Java Persistence API
Contributor(s): Goncalves, Antonio (Author)
ISBN: 1093918977     ISBN-13: 9781093918977
Publisher: Independently Published
OUR PRICE:   $23.74  
Product Type: Paperback
Published: May 2019
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Java
Physical Information: 0.59" H x 6" W x 9" (0.85 lbs) 260 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Applications are made up of business logic, interaction with other systems, user interfaces etc. and data. Most of the data that our applications manipulate have to be stored in datastores, retrieved, processed and analysed. If this datastore is a relational database and you use an object-oriented programming language such as Java, then you should have a look at JPA. JPA is an Object-Relational Mapping tool that maps Java objects to relational databases and allows query operations. In this fascicle, you will learn Java Persistence API, its annotations for mapping entities, as well as the Java Persistence Query Language and entity life cycle and a few advanced topics such as integrating JPA with other frameworks (Bean Validation, JTA, CDI, Spring).