How do you map two abstract InheritanceType.TABLE_PER_CLASS entities with a OneToMany relationship?
I’m using Hibernate with Spring Boot and JPA, and have a business requirement to retrieve and combine in to a single paged response data that is stored in four different tables in the DB. Let’s call …