Hi,

I was looking at the tutorial about components on the blog...  In the
following example :

<class name="Person"
        table="People">

        <id name="Id">
                <generator class="identity"/>
        </id>
        <property name="Name" />
        <component name="Address">
                <property name="Line1"/>
                <property name="Line2"/>
                <property name="City"/>
                <property name="Country"/>
                <property name="ZipCode"/>
        </component>
</class>

I'm a bit confused , would I need to create a 'Address' .Net class ?
If so how come we don't need to use the attribute 'class' ? Does
<component> replaces this ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to