Hibernate @JoinFormula but getting more than one result back ( a collection ), how?

前端 未结 0 516
没有蜡笔的小新
没有蜡笔的小新 2021-01-24 15:14

The below code snippet does not work:

    @Id
    private Long id;

    @ManyToMany(fetch = FetchType.LAZY)
    @JoinFormula("""
        (SELECT DI         


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