JPA
Table of Contents
Introduction
Hibernate
- Java Persistence with Hibernate, Second Edition
- Hibernate Tips: More than 70 solutions to common Hibernate problems: Thorben Janssen, Steve Ebersole: 9781544869179: Amazon.com: Books
- Hibernate ORM 5.3.1.Final User Guide
- One to Many Annotation
- Hibernate Mapping One-to-One using Annotations Tutorial - DZone Database
JPQL
Advanced
Concurrency
Miscellaneous
- @JoinColumn Annotation Explained | Baeldung
- The best way to map a @OneToMany relationship with JPA and Hibernate - Vlad Mihalcea
- JPA Entity Managers
- 14 High-Performance Java Persistence Tips | Vlad Mihalcea's Blog
- Handling JPA lifecycle event using listeners and callbacks
- JPA Entity Primary Key (@Id, @IdClass, @EmbeddedId)