[ 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1532?page=comments#action_17265
 ] 

Patrice Bertrand commented on XDT-1532:
---------------------------------------

The same comment also applies for hibernate.map

> hibernate.set tags not moved to hbm.xml files except table tag
> --------------------------------------------------------------
>
>          Key: XDT-1532
>          URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1532
>      Project: XDoclet
>         Type: Bug
>   Components: Hibernate Module
>     Versions: 1.2.2, 1.2.3
>  Environment: WinXP ant 1.6.5, Xdoclet 1.2.3, 1.2.2, Java 1.4
>     Reporter: Krzysztof Wlasiuk
>     Assignee: xdoclet-devel (Use for new issues)

>
>
>   /**
>     * @hibernate.set 
>     * table="zzz" 
>     * lazy="true" 
>     * cascade="save-update" 
>     * outer-join="false"
>     * batch-size="50"
>     * order-by="nazwa asc"
>     * inverse="true" 
>     * 
>     * @hibernate.collection-key  column="nadrz_id"
>     * 
>     * @hibernate.collection-one-to-many  
> class="pl.priv.kwt.soz.hibernate.Role"
>   */
> gives me :
>         <set
>             name="podrzedne"
>             table="zzz"
>             lazy="false"           
>             cascade="none"
>             sort="unsorted"
>         >
>             <key               column="nadrz_id"            >
>             </key>
>             <one-to-many
>                   class="pl.priv.kwt.soz.hibernate.Role"
>             />
>         </set>
> ant : 
>     <hibernatedoclet destdir="${generated.home}"
>                      excludedtags="@version,@author,@todo"
>                      force="${generated.forced}" mergedir="${generated.home}"
>                      verbose="true">
>       <fileset dir="${src.home}">
>         <include name="pl/priv/kwt/soz/hibernate/*.java"/>
>       </fileset>
>       <hibernate version="2.0"/>
>     </hibernatedoclet>

-- 
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:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to