speedment / jpa-streamer

JPAstreamer is a lightweight library for expressing JPA queries as Java Streams
GNU Lesser General Public License v2.1
339 stars 35 forks source link

Code generator: Include fields from parent classes #328

Closed julgus closed 1 year ago

julgus commented 1 year ago

If an @Entity inherits fields from a superclass, these should be picked up as well during code generation.

julgus commented 1 year ago

Learn more about Hibernate inheritance here: https://www.baeldung.com/hibernate-inheritance

aley2003 commented 1 year ago

This fix seams to work for the direct parent class only, not for parent classes of the parent class