Spring Jpa Specification unable to locate attribute in sub classes

后端 未结 0 1756
小鲜肉
小鲜肉 2020-12-28 10:53

so I have following hierarchy of entities:

@MappedSuperClass
public abstract class BaseEntity {
    private Long id;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题