[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4035) skip org.hibernate.action.BulkOperationCleanupAction on INSERT HQL queries

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Jul 13 10:53:12 EDT 2009


skip org.hibernate.action.BulkOperationCleanupAction on INSERT HQL queries
--------------------------------------------------------------------------

                 Key: HHH-4035
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4035
             Project: Hibernate Core
          Issue Type: Improvement
          Components: caching (L2)
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.3.x, 3.5


For INSERT queries it is really not needed to cleanup caches as we'd have no invalid entity/collection data to cleanup (we'd still nee to invalidate the appropriate update-timestamps regions) as a result of the query.

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