How to select all rows where ManyToMany relationship is empty or null

前端 未结 0 1578
梦如初夏
梦如初夏 2021-01-27 14:27

I have two classes

@Entity
public class Program {
      @Id
      @GeneratedValue(strategy = GenerationType.IDENTITY)
      private Long id;

      @ManyToMany
           


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