[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-419) hbm2java w/ ejb3=true does not produce ids w/ unique = true

Dennis C. Byrne (JIRA) noreply at atlassian.com
Fri Sep 15 12:08:25 EDT 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-419?page=comments#action_24508 ] 

Dennis C. Byrne commented on HBX-419:
-------------------------------------

Max, why was this changed to patch, I only submitted a test to prove the existence.

BTW, we started using that "Patch" feature in JIRA and the idea didn't really take off.

> hbm2java w/ ejb3=true does not produce ids w/ unique = true
> -----------------------------------------------------------
>
>          Key: HBX-419
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-419
>      Project: Hibernate Tools
>         Type: Patch

>   Components: hbm2java
>     Versions: 3.2LATER
>  Environment: Eclipse 3.1 , hibernate.jar and hibernate-tools.jar from the sep. 28 nightly build of JBOSS IDE
>     Reporter: Dennis C. Byrne
>     Priority: Minor
>  Attachments: AnnotationsTestCase.tar
>
>
> http://forum.hibernate.org/viewtopic.php?p=2264112#2264112
> unique is set to false for identifer properties using hbm2java .
>     @Id( generate=GeneratorType.NONE)
>     @Column(name="person_id", unique=false, nullable=false, insertable=true, updatable=true, ...
>     public Long getPersonId() {
>         return this.personId;
>     }

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