How to get a List in one of the fields of DTO JPA Repository

后端 未结 0 1527
夕颜
夕颜 2020-12-07 19:38

I have a DTO and one of its field is a list. So, there is a main table and another table with one to many relations.

Code:

public class DTO {

 id;
 Li         


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