JPA entity relation with foreign key constraint using non-technical attributes
In a kotlin spring-boot application using JPA I currently have two entities that have a technical auto-generated id.
Model OneToMany relation with “two parents” (entity and view) with JPA and Hibernate
Given the following classic OneToMany
relationship between a blog post and its comments: