Pro Jakarta Persistence in Jakarta EE 10 An In-Depth Guide to Persistence in Enterprise Java Development

Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experienced...

Full description

Bibliographic Details
Main Authors: Jungmann, Lukas, Keith, Mike (Author), Schincariol, Merrick (Author), Nardone, Massimo (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2022, 2022
Edition:4th ed. 2022
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 1. Introduction
  • 2. Getting Started
  • 3. Enterprise Applications
  • 4. Object Relational Mapping
  • 5. Collection Mapping
  • 6. Entity Manager
  • 7. Using Queries
  • 8. Query Language
  • 9. Criteria API
  • 10. Advanced Object-Relational Mapping
  • 11. Advanced Queries
  • 12. Other Advanced Topics
  • 13. XML Mapping Files
  • 14. Packaging and Deployment
  • 15. Testing