Hello there! This is a simple one. How do I map my columns <->
properties of my component?

Suppose I have that example from Hibernate in action: Address is a
component, and I'd like to map it:
<component
name="billingAddress"
class="Address">
<property name="street"
type="string"
column="BILLING_STREET"
notnull="true"/>
<property name="city"
type="string"
column="BILLING_CITY"
not-null="true"/>
<property name="zipcode"
type="short"
column="BILLING_ZIPCODE"
not-null="true"/>
</component>

how do I do this using xdoclet??

Thanks


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to