[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3735) Allow use of sql-insert element with PostInsertIdentifierGenerators

tenwit (JIRA) noreply at atlassian.com
Tue Jan 27 20:46:38 EST 2009


Allow use of sql-insert element with PostInsertIdentifierGenerators
-------------------------------------------------------------------

                 Key: HHH-3735
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3735
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
            Reporter: tenwit
            Priority: Minor


When implementing PostInsertIdentifierGenerators, there is no way to force hibernate to continue to use the "normal" insert SQL, it always uses the sqlIdentityInsertString (gleaned from AbstractEntityPersister and AbstractSaveEventListener).  If the rule to generate the identifier after the insert was separated from the rule to use the identityInsert SQL string, achieving what was requested in [this forum post|http://forum.hibernate.org/viewtopic.php?t=972746] would be easy (hopefully).

http://forum.hibernate.org/viewtopic.php?t=972746

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