Hi,
  How do I need to do in XDoclet to create the
following mapping: 
<property   name="propertyName" type="MyUserType"
   <column name="column1" not-null="true" length="2"/>
   <column name="column2" not-null="true"/>
</property>

   My XDoclet is
/**
 * @hibernate.property name="propertyName"  
type="MyUserType"  
 * column="column1" not-null="true" length="2"
 * column="column2" not-null="true" 
 */  

 But the result I received was:
<property   name="propertyName" type="MyUserType"
   <column name="column2" not-null="true"/>
</property>

Any help is very appreciated,
HungVu

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to