QueryDSL: join subquery

﹥>﹥吖頭↗ 提交于 2019-12-10 09:25:18

问题


I would just like to check - for the QueryDSL version 3.1.1. - is it still impossible to join with a subquery, as is written in an answer here: JPQL / QueryDSL: join subquery and get aliased column


回答1:


Yes, still the same restriction. The restriction comes from JPA, so there is not much to be done about it in Querydsl.



来源:https://stackoverflow.com/questions/16459327/querydsl-join-subquery

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!