Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
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: Unassigned
Priority: Trivial
Project: Hibernate2
Versions:
2.0.1
Assignee:
Reporter: Paul Rivers
Created: Wed, 30 Jul 2003 12:39 PM
Updated: Wed, 30 Jul 2003 12:39 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
|