]
Emmanuel Bernard updated ANN-576:
---------------------------------
Issue Type: Patch (was: Improvement)
Mistake in "2.2.5.2. Many-to-one"
---------------------------------
Key: ANN-576
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-576
Project: Hibernate Annotations
Issue Type: Patch
Components: documentation
Reporter: Diego Pires Plentz
Fix For: 3.3.1
Attachments: entity.xml.patch
@JoinTable(name="Flight_Company",
joinColumns = @JoinColumn(name="FLIGHT_ID"),
inverseJoinColumns = @JoinColumn***s***(name="COMP_ID")
)
Should be
@JoinTable(name="Flight_Company",
joinColumns = @JoinColumn(name="FLIGHT_ID"),
inverseJoinColumns = @JoinColumn*** ***(name="COMP_ID")
)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: