[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2003) querycaching should be disallowed/errored for queries that fetch join collections AND filter the elements

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Mon Aug 14 17:19:18 EDT 2006


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.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list