Order result set based on the size of collection in an entity

后端 未结 0 1404
鱼传尺愫
鱼传尺愫 2020-11-29 00:35

Consider the entities below -

class Team {
    private String name;

    @OneToMany
    private Set employees;
}

class Employee {
    private         


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