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
 Assigned to: xdoclet-devel (Use for new issues) 


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