From: Pedro L. (JIRA) <no...@at...> - 2006-07-12 12:49:59
|
Documentation errors in Many-toMany Annotation explanation ---------------------------------------------------------- Key: ANN-393 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-393 Project: Hibernate Annotations Type: Bug Components: documentation Versions: 3.2.0.cr1 Environment: N/A Reporter: Pedro Lopez Priority: Minor The section "2.2.5.3.3.2. Default values" in the Annotations Online Manual has errors when describing the default values for Many-to-Many relationships. 1. The first error is when the manual explains the details of the 1st example in this section. The example list 2 classes City and Store but the description makes references to Store and "Table" instead of City. Here is the actual paragraph: "A Store_Table is used as the join table. The Store_id column is a foreign key to the Store table. The implantedIn_id column is a foreign key to the City table". 2. The second error this section occurres when again the manual is trying to explain the second example in this section. The sample code show 2 classe Store and Customers but the explaination makes mention of the Store, Customer and "City", which doesn't appear in the example code at all. Here is the actual paragraph: "A Store_Customer is used as the join table. The stores_id column is a foreign key to the Store table. The customers_id column is a foreign key to the City table." -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |