Featch two tables with search keywords which matches in any column of the two tables in Springboot JPA

前端 未结 0 748
清歌不尽
清歌不尽 2020-12-20 10:05

Suppose I have two Entity classes Post and Tag mapped by many to many.

@Entity
@Table(name = "posts")
public class Post {
    @Id
    @GeneratedValu         


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