]
Diego Pires Plentz resolved ANN-575.
------------------------------------
Resolution: Fixed
Mistakes in "2.2.5.1. One-to-one"
---------------------------------
Key: ANN-575
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-575
Project: Hibernate Annotations
Issue Type: Patch
Components: documentation
Reporter: Diego Pires Plentz
Assignee: Diego Pires Plentz
Fix For: 3.3.1
Attachments: entity.xml.patch
@JoinTable(name = "CustomerPassports" *** ***
joinColumns = @JoinColumn(name="customer_fk"),
inverseJoinColumns = @JoinColumn***s***(name="passport_fk")
)
Should be
@JoinTable(name = "CustomerPassports" ***,***
joinColumns = @JoinColumn(name="customer_fk"),
inverseJoinColumns = @JoinColumn*** ***(name="passport_fk")
)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: