Build criteria API query to avoid MultipleBagFetchException

后端 未结 0 1624
天涯浪人
天涯浪人 2021-02-14 22:04

We have a Lesson entity, every Lesson has lists of students and guests which attend the lesson:

public class Lesson {
    @Id
    private Long id;
    // ...other         


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