JPA 2 No explicit selection and an implicit one cold not be determined

后端 未结 2 1307
自闭症患者
自闭症患者 2021-01-01 21:17

I am trying to fetch all users for a folder where the user was created after a certain date. the relationship between the user and the folder lives in a seperate table.

2条回答
  •  暖寄归人
    2021-01-01 21:21

    You should set explicitly selection also for "subqueries".

    rpSubQ.select(subQRoot);
    

提交回复
热议问题