JPA Embeddable and inheritance with Hibernate
I’ve an entity inheriting from a class with attributes, let’s say E1 inherits from C1.
E1 is concrete, C1 may be abstract or concrete.
E1 defines an embeddable attribute of type T1 and I need to map it in E2.