]
Diego Pires Plentz updated ANN-577:
-----------------------------------
Attachment: entity.xml.patch
Improvement in "2.2.5.3.2.3. Unidirectional with join
table"
------------------------------------------------------------
Key: ANN-577
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-577
Project: Hibernate Annotations
Issue Type: Improvement
Components: documentation
Reporter: Diego Pires Plentz
Priority: Trivial
Attachments: entity.xml.patch
@OneToMany
@JoinTable(
name="TrainedMonkeys",
joinColumns = ***{*** @JoinColumn( name="trainer_id") ***}***,
inverseJoinColumns = @JoinColumn( name="monkey_id")
)
Could be
@OneToMany
@JoinTable(
name="TrainedMonkeys",
joinColumns = *** *** @JoinColumn( name="trainer_id") *** ***,
inverseJoinColumns = @JoinColumn( name="monkey_id")
)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: