[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-9375) JPA: validate @ForeignKey inverseName for ManyToMany mapping

Jiri Peterka (JIRA) jira-events at lists.jboss.org
Thu Sep 15 08:27:26 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Peterka closed JBIDE-9375.
-------------------------------



Verified in jbdevstudio-product-eap-linux-gtk-x86_64-5.0.0.v201109142301R-H31-M3.jar,Fedora 15, 64-bit

> JPA: validate @ForeignKey inverseName for ManyToMany mapping
> ------------------------------------------------------------
>
>                 Key: JBIDE-9375
>                 URL: https://issues.jboss.org/browse/JBIDE-9375
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: hibernate
>    Affects Versions: 3.3.0.M2
>            Reporter: Dmitry Geraskov
>            Assignee: Jiri Peterka
>              Labels: new_and_noteworthy
>             Fix For: 3.3.0.M3
>
>
> @ForignKey annotations can be used in OneToMany, ManyToOne, and OneToOne
> relationships, ManyToMany relationships.
> Inverse name should be validated only in ManyToMany relationships at owner side (not owner side has mappedBy attribute).
> Test case:
> 1. Create JPA project with Hibernate platform
> 2. Create 2 Entities with many to many reference
> 3. Add @ForeignKey(name="x", inverseName="") to both sides
> Check that error appeared and only on the owning size.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list