[hibernate-issues] [Hibernate-JIRA] Commented: (ANN-95) Cannot create a unique constraint on columns belonging to both the superclass and the class

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Mar 30 18:08:04 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_26610 ] 

Emmanuel Bernard commented on ANN-95:
-------------------------------------

I don't think so. If you open a new one, do it with a minimal testcase attached :-)

> Cannot create a unique constraint on columns belonging to both the superclass and the class
> -------------------------------------------------------------------------------------------
>
>                 Key: ANN-95
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-95
>             Project: Hibernate Annotations
>          Issue Type: Bug
>          Components: binder
>    Affects Versions: 3.1beta5
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>            Priority: Minor
>             Fix For: 3.2.0.cr1
>
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68664
> @Entity
> @Table(name="award_category_name_l10n", 
>        uniqueConstraints={
>             @UniqueConstraint(columnNames={"award_category_id", "language_id"})
>        }
> )
> public class AwardCategoryNameL10n extends AwardCategoryL10n { .. }

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