[ 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1515?page=all ]
     
Paul Galbraith resolved XDT-1515:
---------------------------------

     Resolution: Fixed
    Fix Version: 1.3

The current CVS snapshot supports this.  Add these tags to use it:

@hibernate.many-to-many element-id = "my-many-to-many"
@hibernate.column parent-element = "my-many-to-many"

...and of course add other attributes to the many-to-many and column elements 
that you need.

> Need hibernate.collection-many-to-many-column
> ---------------------------------------------
>
>          Key: XDT-1515
>          URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1515
>      Project: XDoclet
>         Type: Improvement
>   Components: Hibernate Module
>     Versions: 1.2.3
>     Reporter: Andrey Grebnev
>     Assignee: xdoclet-devel (Use for new issues)
>      Fix For: 1.3

>
>
> I try to use Firebird DBMS with Hibernate. Firebird does not like the default 
> length (255) of foreign key in many-to-many joining table. I need facility to 
> generate both
>             <many-to-many
>                 class="com.blandware.atleap.model.core.Role"
>                 column="`rolename`"
>                 outer-join="auto"
>              />
> ant 
>             <many-to-many
>                 class="com.blandware.atleap.model.core.Role"
>                                 outer-join="auto"
>              >
> <column
>                     name="`rolename`" 
>                     length="20"
> />
> </many-to-many>
> I suppose it will be good to have hibernate.collection-many-to-many-column 
> tag.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to