[ http://jira.codehaus.org/browse/XDP-80?page=all ]
     
Konstantin Pribluda closed XDP-80:
----------------------------------

     Resolution: Fixed
    Fix Version: 1.0.2

fixed in current CVS version. will be in upcoming 1.0.2 release

> @hibernate.element allow to use formula attribute
> -------------------------------------------------
>
>          Key: XDP-80
>          URL: http://jira.codehaus.org/browse/XDP-80
>      Project: XDoclet 2 Plugins
>         Type: Improvement
>   Components: hibernate
>     Versions: hibernate-1.0
>     Reporter: Flavio Suguimoto
>      Fix For: 1.0.2

>
>
> Extend hibernate.element  tag to allow to use formula attribute. It's 
> important because Hibernate have a problem when you need to create a map with 
> the same column in the key and value. So, in hibernate foruns they recommend 
> to use formula instead of column in the element node.
> The generated hbm node need to be:
>     <map inverse="false" cascade="all-delete-orphan" lazy="false" 
> table="option_keyword" sort="natural" name="keywords">
>       <cache usage="read-write"/>
>       <key column="fk_option"/>
>       <map-key type="string" column="keyword"/>
>       <element type="string" formula="keyword"/>
>     </map>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/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-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to