[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3352) HQL bulk update on JOINED inheritance tree improvement

Anthony Patricio (JIRA) noreply at atlassian.com
Fri Jun 20 02:56:33 EDT 2008


HQL bulk update on JOINED inheritance tree improvement
------------------------------------------------------

                 Key: HHH-3352
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3352
             Project: Hibernate3
          Issue Type: Improvement
          Components: query-hql
    Affects Versions: 3.2.4.sp1
            Reporter: Anthony Patricio
            Priority: Minor


Updating of entities in an inheritance hierarchy with the JOINED strategy.
Trying to update all entities of this hierarchy using a hql statement that affects attributes/columns
of the base entity only doesn't need the insert into TEMP / Update BASE_TABLE / delete TEMP logic

Update BASE_TABLE is sufficient and more efficient.

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