Understanding JPA 2.2: Java Persistence API

Understanding JPA 2.2: Java Persistence API book cover

Understanding JPA 2.2: Java Persistence API

Author(s): Antonio Goncalves (Author)

  • Publisher: Independently published
  • Publication Date: 17 May 2019
  • Language: English
  • Print length: 258 pages
  • ISBN-10: 1093918977
  • ISBN-13: 9781093918977

Book 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).

View on Amazon

未经允许不得转载:Wow! eBook » Understanding JPA 2.2: Java Persistence API