JPA/Hibernate maximum number of joins?

后端 未结 5 1754
面向向阳花
面向向阳花 2021-01-14 15:42

Is there a limit to the number of joins permitted in a JPA/Hibernate query?

Since Hibernate doesn\'t automatically join, I have to explicitly specify the joins in my

5条回答
  •  野的像风
    2021-01-14 16:24

    Have you tried to execute with the actual jdbc driver in use? It might be a issue of the jdbc driver.

    Although judging from the name of the column, it is looking for, I'd guess there is some trimming/construction of names going wrong. Definitely looks more like a bug than a intended limit.

提交回复
热议问题