I'm using xdoclet-1.2.2-SNAPSHOT and the newly added
"formula" hibernate tag does not seem to be working.
I'm confused because in xdoclet, "formula" is
associated with "column", but in hibernate... it's a
parameter of "property". Here's my xdoclet:

    /**
    *   @hibernate.property 
    *   @hibernate.column formula="-sum(vol_dlv_rck)"
    */
    public Long getMeterDelivered()

I also tried:

     /**
    *   @hibernate.property
formula="-sum(vol_dlv_rck)"
    */
    public Long getMeterDelivered()

These should produce:

        <property
            name="meterDelivered"
            type="java.lang.Long"
            update="true"
            insert="true"
            access="property"
            formula="-sum(vol_dlv_rck)"
        />

Neither one works. Any ideas?

RMC
 


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to