http://stackoverflow.com/questions/2960493/fluent-nhibernate-how-does-one-translate-composite-element-tag-to-fnh

On Mon, May 17, 2010 at 6:34 PM, philw <dlynch1...@googlemail.com> wrote:

>  Hi
>
> How would I map the following in fluent?
>
>       <map name="Properties" cascade="all">
>            <key column="id" not-null="false"/>
>            <index column="Name" type="System.String"/>
>            <composite-element class="Properties">
>                <property name="Foo" column="String"/>
>                <property name="Bar" column="String"/>
>            </composite-element>
>        </map >
>
> Phil
>
> --
> You received this message because you are subscribed to the Google Groups
> "Fluent NHibernate" group.
> To post to this group, send email to fluent-nhibern...@googlegroups.com.
> To unsubscribe from this group, send email to
> fluent-nhibernate+unsubscr...@googlegroups.com<fluent-nhibernate%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/fluent-nhibernate?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibern...@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to