[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4981?page=c...
]
Emmanuel Bernard closed HHH-4981.
---------------------------------
Resolution: Cannot Reproduce
I can't seem to find the reference in Hibernate Annotations' doc but I think
that's an area I have changed significantly. Please reopen if you find the mistake
again,
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira