문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
java:hibernate:configuration [2020/06/30 14:12] kwon37xi [hibernate.globally_quoted_identifiers=true] |
java:hibernate:configuration [2023/07/03 14:53] (현재) kwon37xi [hibernate.query.fail_on_pagination_over_collection_fetch] |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Hibernate Configurations ====== | ====== Hibernate Configurations ====== | ||
| - | * http:// | ||
| * hibernate properties, property | * hibernate properties, property | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== hibernate.hbm2ddl.auto 프라퍼티 ===== | ===== hibernate.hbm2ddl.auto 프라퍼티 ===== | ||
| * http:// | * http:// | ||
| 줄 64: | 줄 65: | ||
| * [[java: | * [[java: | ||
| + | ===== hibernate.query.fail_on_pagination_over_collection_fetch ===== | ||
| + | * [[https:// | ||
| + | * '' | ||
| + | * **To-Many** 관계를 | ||
| + | * 이는 심각한 메모리 문제, 성능 저하를 일으키게 된다. | ||
| + | * Hibernate 은 이 '' | ||
| + | * '' | ||
| + | * 항상 활성화하고 미리 에러를 잡는게 낫다. | ||
| + | |||
| + | < | ||
| + | hibernate.query.fail_on_pagination_over_collection_fetch=true | ||
| + | </ | ||