Annotation to join columns with OR condition instead of AND condition

前端 未结 2 586
一个人的身影
一个人的身影 2020-12-20 18:25

I have 2 java classes, Relation and Person, which both are present in my database.

Person:

@Entity
@Table(name = \"persons\         


        
2条回答
提交回复
热议问题