[
http://opensource.atlassian.com/projects/hibernate/browse/HBX-419?page=all ]
Max Rydahl Andersen updated HBX-419:
------------------------------------
type: Bug (was: Patch)
i went through about 170 issues the last two days picking the low hanging fruit and did a
brutal cleanup....apparently in that process misread the "no" for a
"a" in your sentence about the patch. Changing back to its old state.
i marked any issue i found with a patch (that still look relevant) with patch so i can
take them the next time around.
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: Bug
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