-
Bug
-
Resolution: Done
-
Major
-
6.4.0.GA, 7.2.0.Beta, 7.1.4.GA
-
None
-
-
-
-
-
-
https://github.com/hibernate/hibernate-orm/commit/55e430dd431edef59e436447a49367f8483aa4e5, https://github.com/hibernate/hibernate-orm/commit/4135ddc4277663670dfb923a1456c67fb91e19c7, https://github.com/hibernate/hibernate-orm/commit/4d38494d38872209eee5825af662b8bf06c88a94, https://github.com/hibernate/hibernate-orm/commit/b964aae339b867e38a524ed24c19325ecdc46b08, https://github.com/hibernate/hibernate-orm/commit/91d94c7e69025c5a80a938a77f63ec2da2b94e81, https://github.com/hibernate/hibernate-orm/commit/625784694399e1fa048bf932d2bc6b0611a2d1db
Where clause filters mapped using annotations (@Where(clause="....")) or legacy (hbm.xml) mappings <entity ... where="..."> are ignored when loading collections of that entity.
This issue will add functionality for enabling/disabling use of mapped where-clause filters using a new property, hibernate.use_entity_where_clause_for_collections. The default will be "true" for EAP 7.2. The default will be "false" for EAP 7.1
- is cloned by
-
JBEAP-15596 [GSS](7.1.z) HHH-6781/HHH-13011/HHH-12875/HHH-12882/HHH-12937 - Where clause filters ignored when loading collections
- Closed
- is incorporated by
-
JBEAP-15596 [GSS](7.1.z) HHH-6781/HHH-13011/HHH-12875/HHH-12882/HHH-12937 - Where clause filters ignored when loading collections
- Closed
-
JBEAP-15661 (7.2.0) Upgrade Hibernate ORM from 5.3.6 to 5.3.7
- Closed
-
WFLY-11193 Upgrade Hibernate ORM from 5.3.6 to 5.3.7
- Closed
- links to