HHH-13011 : Document hibernate.use_entity_where_clause_for_collections in the user guide
This commit is contained in:
parent
3da655ccfd
commit
00e11014f7
|
@ -758,5 +758,7 @@ ignoreUnsupported:: Do the population, but ignore any non-JPA features that woul
|
|||
|
||||
|`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.
|
||||
|
||||
|`hibernate.use_entity_where_clause_for_collections`| `true` or `false` (default value) | Setting controls whether an entity's "where" clause, mapped using `@Where(clause="...")` or `<entity ... where="...">`, is taken into account when loading one-to-many or many-to-many collections of that type of entity.
|
||||
|
||||
|=====================================================================================================================================================================================================================================================
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
-->
|
||||
<!DOCTYPE book SYSTEM "http://docbook.org/xml/5.0/dtd/docbook.dtd" [
|
||||
<!DOCTYPE book SYSTEM "https://www.oasis-open.org/docbook/xml/5.0b5/dtd/docbook.dtd" [
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Mapping_Guide.ent">
|
||||
%BOOK_ENTITIES;
|
||||
]>
|
||||
|
|
Loading…
Reference in New Issue