JPA/Hibernate maximum number of joins?

后端 未结 5 1805
面向向阳花
面向向阳花 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:03

    I've once hit the MySQL 5.0 61 table limit with Hibernate:

    ERROR 1116 (HY000): Too many tables; MySQL can only use 61 tables in a join

提交回复
热议问题