querycaching should be disallowed/errored for queries that fetch join collections AND
filter the elements
---------------------------------------------------------------------------------------------------------
Key: HHH-2003
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2003
Project: Hibernate3
Type: Improvement
Components: core
Versions: 3.2.0.cr3
Reporter: Max Rydahl Andersen
enabling query caching for something like:
"select parent from Parent p inner join fetch p.children as pc where pc.somefield =
:field"
will result in the "incomplete" collections to be stored resulting in subsequent
lookups in the collection cache to be wrong.
Case #00010552
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira