Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-788 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-788 Summary: many-to-many collection with composite-id Type: Improvement Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Hibernate Module Assignee: xdoclet-devel (Use for new issues) Reporter: Lionel Pieniazek Created: Fri, 30 Jan 2004 1:59 PM Updated: Fri, 30 Jan 2004 1:59 PM Environment: The idea its to generate the collection to a many-to-many relationship that have composite-id Description: I modify the file hibernate-colletions.xdt to support many-to-many collections with composite-id Here is the change <XDtMethod:ifHasMethodTag tagName="hibernate.collection-many-to-many"> <many-to-many class="<XDtMethod:methodTagValue tagName="hibernate.collection-many-to-many" paramName="class" />" outer-join="<XDtMethod:methodTagValue tagName="hibernate.collection-many-to-many" paramName="outer-join" values="auto,true,false" default="auto" />" > <XDtMethod:forAllMethods tagName="hibernate.collection-many-to-many" paramName="column"> <column name="<XDtMethod:methodTagValue tagName="hibernate.collection-many-to-many" paramName="column" />" /> </XDtMethod:forAllMethods> </many-to-many> </XDtMethod:ifHasMethodTag> <XDtMethod:ifHasMethodTag tagName="hibernate.collection-one-to-many"> <one-to-many class="<XDtMethod:methodTagValue tagName="hibernate.collection-one-to-many" paramName="class" />" /> </XDtMethod:ifHasMethodTag> --------------------------------------------------------------------- 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/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
