]
Emmanuel Bernard updated ANN-578:
---------------------------------
Issue Type: Patch (was: Improvement)
Improvement in "2.2.5.3.3.1. Definition"
----------------------------------------
Key: ANN-578
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-578
Project: Hibernate Annotations
Issue Type: Patch
Components: documentation
Reporter: Diego Pires Plentz
Priority: Trivial
Fix For: 3.3.1
Attachments: entity.xml.patch
@JoinTable(
name="EMPLOYER_EMPLOYEE",
joinColumns=**{**@JoinColumn(name="EMPER_ID")**}**,
inverseJoinColumns=**{**@JoinColumn(name="EMPEE_ID")**}**
)
Could be
@JoinTable(
name="EMPLOYER_EMPLOYEE",
joinColumns=** **@JoinColumn(name="EMPER_ID")** **,
inverseJoinColumns=** **@JoinColumn(name="EMPEE_ID")** **
)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: