Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherIndependently Published
ISBN-101093918977
ISBN-139781093918977
eBay Product ID (ePID)8050091420
Product Key Features
Number of Pages258 Pages
Publication NameUnderstanding Jpa 2. 2 : Java Persistence Api
LanguageEnglish
Publication Year2019
SubjectProgramming Languages / Java
TypeTextbook
Subject AreaComputers
AuthorAntonio Goncalves
FormatTrade Paperback
Dimensions
Item Height0.6 in
Item Weight15.9 Oz
Item Length9 in
Item Width6 in
Additional Product Features
Intended AudienceTrade
SynopsisApplications 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).