JPA Buddy, JPA Entity from POJO ignoring parent definition

98 Views Asked by At

I use the JPA Buddy (2023.3.5-232) plugin in the Intellij IDEA editor (Ultimate Edition 2023.2.3). My project is a SpringBoot application, and my database is a postgresql database.

JPA Entity from POJO is ignoring parent definition.

I tried to specify as parent a @MappedSuperClass annotated class

1

There are 1 best solutions below

2
On

If you mean JPA Buddy doesn't see any attributes in a parent DTO - it's a bug, I created a ticket: https://youtrack.jetbrains.com/issue/JPAB-2680/JPA-Entity-from-POJO-doesnt-see-parent-DTO-attributes