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