bad documentation
-----------------
Key: EJBTHREE-747
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-747
Project: EJB 3.0
Issue Type: Bug
Components: Documentation
Reporter: Jon Stevens
http://docs.jboss.org/ejb3/app-server/tutorial/relationships/relationship...
@JoinTable(table = @Table(name = "flight_customer_table"),
joinColumns = {@JoinColumn(name = "FLIGHT_ID")},
inverseJoinColumns = {@JoinColumn(name = "CUSTOMER_ID")})
the "table =" is wrong.
This url...has it correct...
http://docs.jboss.org/ejb3/app-server/tutorial/relationships/src/org/jbos...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira