[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2492) Enable <generator> tag for non primary key columns that are autogenerated or is an identity

Joseph Toth (JIRA) noreply at atlassian.com
Tue Mar 27 23:43:05 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_26574 ] 

Joseph Toth commented on HHH-2492:
----------------------------------

I have a use case for using an IDENTITY column for something other than a PK.

I use GUIDs for PKs for all my tables. The business needs an incremental number for a piece of data, so I need an incremental column. 

I'm not saying Hibernate should support this, I'm just throwing that out there.  :)

> Enable <generator> tag for non primary key columns that are autogenerated or is an identity
> -------------------------------------------------------------------------------------------
>
>                 Key: HHH-2492
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2492
>             Project: Hibernate3
>          Issue Type: New Feature
>    Affects Versions: 3.2.2
>         Environment: 3.2.2, Oracle 9i, SQL Server 2000
>            Reporter: Manoj Pallikkattil
>
> Currently hibenate allow <generator> tag for primary keys, i.e inside the <id> tag. It would be good if we can use the generator tag for non primary key columns also. Our current datamodel has a UUID char 32 as the primary key and ID column which is a sequence for Oracle and an Identity for SQL Server is a unique key. I could get this to work with Oracle using Parameterized User Type but I have not been able to achieve this for SQL Server since the identity column is filled on the insert. If we could use the <generator> tag inside a <property> tag this would resolve this issue.

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