Pro Jakarta Persistence in Jakarta EE 10
eBook - ePub

Pro Jakarta Persistence in Jakarta EE 10

An In-Depth Guide to Persistence in Enterprise Java Development

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Pro Jakarta Persistence in Jakarta EE 10

An In-Depth Guide to Persistence in Enterprise Java Development

Book details
Table of contents
Citations

About This Book

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 Java developers.
Authors Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone take a hands-on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overarching sample application, giving you a context from which to start and helping you to understand the examples within an already familiar domain.
After completing this in-depth book, you will have a full understanding of persistence and be able to successfully code applications using its annotations and APIs. The book also serves as an excellent reference guide.
What You Will Learn

  • Use Jakarta Persistence in the context of enterprise applications
  • Work with object relational mappings (ORMs), collection mappings and more
  • Build complex enterprise Java applications that persist data long after the process terminates
  • Connect to and persist data with a variety of databases, file formats, and more
  • Use queries, including the Jakarta Persistence Query Language (Jakarta Persistence QL)
  • Carry out advanced ORM, queries and XML mappings
  • Package, deploy and test your Jakarta persistence-enabled enterprise applications

Who This Book Is For
Experienced Java programmers and developers with at least some prior experience with Jakarta EE or Java EE platform APIs.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Pro Jakarta Persistence in Jakarta EE 10 by Lukas Jungmann,Mike Keith,Merrick Schincariol,Massimo Nardone in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484274439
Edition
4

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction
  4. 2. Getting Started
  5. 3. Enterprise Applications
  6. 4. Object-Relational Mapping
  7. 5. Collection Mapping
  8. 6. Entity Manager
  9. 7. Using Queries
  10. 8. Query Language
  11. 9. Criteria API
  12. 10. Advanced Object-Relational Mapping
  13. 11. Advanced Queries
  14. 12. Other Advanced Topics
  15. 13. XML Mapping Files
  16. 14. Packaging and Deployment
  17. 15. Testing
  18. Back Matter