[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5535) org.hibernate.annotations.Index doesn't create index on multiple columnnames

Marc Schipperheyn (JIRA) noreply at atlassian.com
Mon Sep 6 16:56:18 EDT 2010


org.hibernate.annotations.Index doesn't create index on multiple columnnames
----------------------------------------------------------------------------

                 Key: HHH-5535
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5535
             Project: Hibernate Core
          Issue Type: Bug
          Components: annotations
    Affects Versions: 3.5.4
            Reporter: Marc Schipperheyn


@org.hibernate.annotations.Index(name="validity",columnNames={"activated","validFrom","validUntil"})

will only create an index on the first column in the list.



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