How do I get a multi-column key-many-to-one to work in
Xdoclet? I want the hbm.xml to look like so:

<key-many-to-one
    name="supplierAdditive"
    class="SupplierAdditiveModel"
    >
    <column name="NBR_BSA_SUP"/>
    <column name="NBR_ATV_REF"/>
</key-many-to-one>

The @hibernate.many-to-one works, but I can't figure
out how to get the "nested" columns... Thanks!

RMC


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to