]
Emmanuel Bernard updated ANN-579:
---------------------------------
Fix Version/s: 3.3.1
Mistake in "2.2.5.3.3.1. Definition"
------------------------------------
Key: ANN-579
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-579
Project: Hibernate Annotations
Issue Type: Improvement
Components: documentation
Reporter: Diego Pires Plentz
Fix For: 3.3.1
Attachments: entity.xml.patch
@ManyToMany(
cascade={CascadeType.PERSIST, CascadeType.MERGE},
mappedBy="employees" ** **
targetEntity=Employer.class
)
Should be
@ManyToMany(
cascade={CascadeType.PERSIST, CascadeType.MERGE},
mappedBy="employees" **, **
targetEntity=Employer.class
)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: