From: <no...@at...> - 2006-07-06 16:08:57
|
@Index doesn't create index on Oracle; @Index doesn't override the name of = auto-created index on a joined column ---------------------------------------------------------------------------= ------------------------------------- Key: HHH-1883 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH= -1883 Project: Hibernate3 Type: Bug Versions: 3.2.0 cr1 =20 Environment: hibernate 3.2.0.cr1, Oracle 9i Reporter: CLEMENT S=C3=A9bastien With the following code, I couldn't create a foreign key index in Oracle. I use hibernate 3.2.0.cr1. Thanks=20 @ManyToOne=20 @JoinColumn(name=3D"locationOid", nullable=3Dfalse)=20 @Index(name=3D"FK_location")=20 public Location getLocation() {=20 return location; }=20 --=20 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 |