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

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Fri Sep 15 09:12:24 EDT 2006


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

Max Rydahl Andersen updated HBX-419:
------------------------------------

    type: Patch  (was: Bug)

> 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