How to access attribute from other table in 'Where'-Annotation?

前端 未结 0 1712
情书的邮戳
情书的邮戳 2021-01-26 05:33

Here is my simplified example code:

@Entity
@Table(name = "persons")
public class PersonEntity implements Serializable {
    
    @OneToMany(mappedBy =          


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