[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2093) PERSIST_ON_FLUSH ineffective for recursive object graphs

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Thu Sep 21 20:31:24 EDT 2006


PERSIST_ON_FLUSH ineffective for recursive object graphs
--------------------------------------------------------

         Key: HHH-2093
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2093
     Project: Hibernate3
        Type: Improvement

  Components: core  
    Versions: 3.2.0.cr4    
    Reporter: Max Rydahl Andersen
 Assigned to: Max Rydahl Andersen 


cascade for PERSIST_ON_FLUSH does not keep track on what cascades have already been performed.

Resulting in a big performance penalty for graphs that has recursive associations since every association will result in a "full go-deep" cascade.



-- 
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