Posts by alexandre monassa Moreira • 1 point
1 post
-
0
votes1
answer63
viewsQ: Query returns subclasses in Spring
I’m having trouble mapping the classes of a spring project I’m working on. I have the super class called Itempauta and the subclass Homologation. Pai Class @Data @Entity @Table(name="item_pauta")…