Mastering Java Persistence API (JPA)
eBook - ePub

Mastering Java Persistence API (JPA)

Realize Java's Capabilities Spanning RDBMS, ORM, JDBC, Caching, Locking, Transaction Management, and JPQL (English Edition)

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Mastering Java Persistence API (JPA)

Realize Java's Capabilities Spanning RDBMS, ORM, JDBC, Caching, Locking, Transaction Management, and JPQL (English Edition)

About this book

Filled with sample case study, exercises, commonly faced issues/solutions, and important interview questions, this book is surely going to help developers to expand their skills in JPA.

Key Features
? Covers every JPA capability with detailed examples.
? Explanation of popular JPA providers in detail as well as sample JPA code.
? Includes solutions geared toward developers, interview questions, and expert advice.

Description
'Mastering Java Persistence API' is geared towards experiencing the functioning of JPA and the extent of its use in Java SE and Java EE applications. While the book's primary objective is to develop competence in JPA, it also takes a simpler approach to refresh readers on basic database management system concepts and how to design simple JPA applications.The book begins with the ideas like ORM, EJB CMP, and the difficulties associated with data conversion from a database to an application and vice versa are handled spontaneously. The book discusses Table, Row, Column, Cell, and various forms of Relationships and progress sequentially through the JPA concepts. It also discusses database processes such as identity generation, sequencing, locking, querying, persisting, caching, and transaction management in detail and emphasizes how JPA handles them. Further, the book covers the architecture and setup of two of the most extensively used JPA provider implementations (Hibernate and EclipseLink) in detail. Additionally, this book includes sample functioning code for connecting to a MySQL database.Each JPA functionality is illustrated with a code snippet, making it easier to modify these features as the application develops. This book teaches both beginners and seasoned professionals how to integrate JPA concepts in their employment through numerous problems and answers spanning each of the topics.

What you will learn
? Refresh your knowledge of relational database management system concepts in an object-oriented approach.
? Using JPA, you can create a table, row, column, key, query, data type, etc.
? Prepare for your first JPA project by working through the Mavenized Sample working code.
? Identify various ways for object-oriented representation of relationships.
? Acquire proficiency in various approaches for storing, caching, and transaction management.
? Discover the inner workings of JPA providers, Hibernate, and EclipseLink, as well as their architecture.

Who this book is for
This book is aimed at Java developers who wish to master JPA and develop JPA-based applications enthusiastically. To get the most out of this book, you should have a basic familiarity with Java programming.

Table of Contents
1. Java Persistence API and Object-Relational Mapping
2. Tables – Attributes and Embeddable Objects
3. Operations – Identity, Sequencing and Locking
4. Relationships – Types and Strategies
5. Query Infrastructure
6. Entity Manager – Persisting, Caching, and Transaction
7. Hibernate and EclipseLink
8. Appendix Part 1: JPA Advanced Topics
9. Appendix Part 2: Sample JPA Application and Questions

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
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.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
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 use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Mastering Java Persistence API (JPA) by Nisha Parameswaran Kurur in PDF and/or ePUB format, as well as other popular books in Informatik & Desktop-Anwendungen. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover Page
  2. Title Page
  3. Copyright Page
  4. Foreword
  5. Dedication Page
  6. About the Author
  7. About the Reviewers
  8. Acknowledgement
  9. Preface
  10. Errata
  11. Table of Contents
  12. Section - I: Introduction
  13. Section - II: Operations and Relationships
  14. Section - III: Runtime Access and Process Objects
  15. Section - IV: JPA Provider Implementations
  16. Section - V: Appendix
  17. Index