From: <leg...@at...> - 2003-07-30 17:50:55
|
Message: The following issue has been closed. Resolver: Christian Bauer Date: Wed, 30 Jul 2003 12:43 PM Already fixed in current CVS. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-221 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-221 Summary: idbag documentation bug Type: Bug Status: Closed Priority: Trivial Resolution: FIXED Project: Hibernate2 Fix Fors: 2.0.2 Versions: 2.0.1 Assignee: Reporter: Paul Rivers Created: Wed, 30 Jul 2003 12:39 PM Updated: Wed, 30 Jul 2003 12:43 PM Description: The documentation for the <idbag> mapping (http://hibernate.bluemars.net/hib_docs/reference/html/collections.html#collections-s1-13) shows: <idbag name="lovers" table="LOVERS" lazy="true"> <collection-id column="ID" type="long"> <generator class="hilo"/> </collection-id> <key column="PERSON1"/> <many-to-many column="PERSON2" class="eg.Person" outer-join="true"/> </set> Is it really supposed to be ended with </set> rather than </idbag>? --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |