[hibernate-issues] [Hibernate-JIRA] Moved: (HHH-4981) Documentation @JoinTable error in section 2.4.6.2.5

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Mar 9 08:11:47 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard moved HCANN-15 to HHH-4981:
--------------------------------------------

        Key: HHH-4981  (was: HCANN-15)
    Project: Hibernate Core  (was: Hibernate Commons Annotations)

> Documentation @JoinTable error in section 2.4.6.2.5
> ---------------------------------------------------
>
>                 Key: HHH-4981
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4981
>             Project: Hibernate Core
>          Issue Type: Bug
>            Reporter: david durham
>            Priority: Minor
>
> The documentation has the following example:
>     ...
>     @JoinTable(
>             table=@Table(name="BoyFavoriteNumbers"),
>             joinColumns = @JoinColumn(name="BoyId")
>     )
>     ..
> believe it should be:
>     ...
>     @JoinTable(
>             name="BoyFavoriteNumbers",
>             joinColumns = @JoinColumn(name="BoyId")
>     )
>     ..

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