[hibernate-issues] [Hibernate-JIRA] Resolved: (ANN-388) @Index doesn't create index on Oracle; @Index doesn't override the name of auto-created index on a joined column
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Fri Aug 25 18:42:25 EDT 2006
[ 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.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list