[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-2836) Increment generator usable with other processes inserting data in table
Steve Ebersole (JIRA)
noreply at atlassian.com
Wed Oct 3 02:05:24 EDT 2007
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole closed HHH-2836.
-------------------------------
Resolution: Won't Fix
id generators are an extension point... and what you ask is generally non-useful; the usual idea is to *reduce* the number of database hits ;)
> 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