[
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1532?page=all ]
Paul Galbraith resolved XDT-1532:
---------------------------------
Resolution: Fixed
Fix Version: 1.3
This should be OK in the latest CVS snapshot
> 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)
> Fix For: 1.3
>
>
> /**
> * @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
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel