From: <leg...@at...> - 2003-10-22 22:18:51
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-421 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-421 Summary: id generator Type: New Feature Status: Unassigned Priority: Major Project: Hibernate2 Components: core Assignee: Reporter: Mukund Pragasam Created: Wed, 22 Oct 2003 4:22 PM Updated: Wed, 22 Oct 2003 4:22 PM Environment: id generation Description: I am using my own id generator which will 1) Be cluster safe. 2) Be efficient (like class="increment" - in memory operation to get the ID) 3) Provide a string or a long based on user call 4) Will not have any issue even if the DB Table has millions of rows. It uses a logic to store the block and block-size to generate ID. (similar to HILO - but can be used in Cluster) Can you please create a new class for id generators with all these new features? OR If you wish to assign this issue/new feature to me, I can develop it and send the code to you. Regards, Mukund. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |