Sort results based on count of child collection

后端 未结 0 460
轮回少年
轮回少年 2020-12-01 02:38

Consider the entity below.

class Team {
    private String name;

    @OneToMany
    private Set employee;
}


class Employee {
    private St         


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