[
http://opensource.atlassian.com/projects/hibernate/browse/ANN-388?page=all ]
Emmanuel Bernard resolved ANN-388:
----------------------------------
Resolution: Rejected
no test case provider
@Index doesn't create index on Oracle; @Index doesn't
override the name of auto-created index on a joined column
----------------------------------------------------------------------------------------------------------------
Key: ANN-388
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-388
Project: Hibernate Annotations
Type: Bug
Versions: 3.2.0.cr1
Environment: hibernate 3.2.0.cr1, Oracle 9i
Reporter: CLEMENT Sébastien
With the following code, I couldn't create a foreign key index in Oracle.
I use hibernate 3.2.0.cr1.
Thanks
@ManyToOne
@JoinColumn(name="locationOid", nullable=false)
@Index(name="FK_location")
public Location getLocation() {
return location;
}
--
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