[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2836) Increment generator usable with other processes inserting data in table

saki (JIRA) noreply at atlassian.com
Wed Sep 12 12:21:14 EDT 2007


Increment generator usable with other processes inserting data in table
-----------------------------------------------------------------------

                 Key: HHH-2836
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2836
             Project: Hibernate3
          Issue Type: Improvement
          Components: core, documentation
    Affects Versions: 3.2.5
            Reporter: saki
            Priority: Minor


Either create configuration option of existing generator  (org.hibernate.id.IncrementGenerator) or create new one which would read last value from database everytime, not only the first time. Use cases:
- data are inserted into table by other process as well
- hibernate is used to connect to multiple instances of the database

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