我正在使用QueryDSL进行查询,但是当查询转换为MySQL时,生成的sql包含完整的外部联接并抛出异常
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'full outer join ....
如何告诉QueryDSL不要创建完整的外连接语句?