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