[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-419?page=co...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira