Skip to content

Commit 908d0ac

Browse files
beikovgbadner
authored andcommitted
HHH-11157 : Add documentation about the property
(cherry picked from commit 4ec71e2)
1 parent f631cb4 commit 908d0ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,5 +740,8 @@ disabled:: Do not do the population
740740
ignoreUnsupported:: Do the population, but ignore any non-JPA features that would otherwise result in the population failing (e.g. `@Any` annotation).
741741

742742
|`hibernate.delay_cdi_access`| `true` or `false` (default value) | Defines delayed access to CDI `BeanManager`. Starting in 5.1 the preferred means for CDI bootstrapping is through `org.hibernate.jpa.event.spi.jpa.ExtendedBeanManager`.
743+
744+
|`hibernate.collection_join_subquery`| `true` (default value) or `false` | Setting which indicates whether or not the new JOINS over collection tables should be rewritten to subqueries.
745+
743746
|=====================================================================================================================================================================================================================================================
744747

0 commit comments

Comments
 (0)