A simple-to-follow and easy-to-understand training course on Java Persistence with JPA by Example. In this course, you will learn:
- By the end of this course, you'll be having a strong foundation on Java persistence with Hibernate
- The fundamentals and some of the advanced JPA features for Object/Relational Mapping, Querying, Caching, Performance and Concurrency
- The fundamentals of First & Second Level Caching, N+1 Selects Problem & Batch Fetching, Optimistic Locking & Versioning
- The fundamentals of Entity Relationships, Inheritance Mapping & Polymorphic Queries
- The fundamentals of Querying database using JPQL and Criteria API (JPA)
- The fundamentals of Handling Long Conversations with Merging Detached Object and Extended Persistence Context
- The fundamentals of Database Isolation Rules
- Some of the Best Practices of Java Persistence with Hibernate