hierarchy « Annotation « JPA Q&A





1. Issue with multi level hierarchy and annotations    forum.hibernate.org

Hi all, I have the following hierarchy model: abstract class A class B extends A class C extends A abstract class D extends A class E extends D class F extends D I setup the class A inheritance as JOINED, and as SINGLE_TABLE the class D. When Hibernate execute a query over this entities, it doesn't use the class D configuration, ...