XML mapping produced by FluentNHibernate for the class:
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" default-
access="property" auto-import="true" default-cascade="none" default-
lazy="true">
<class xmlns="urn:nhibernate-mapping-2.2" mutable="true"
name="JachymSystem.Model.Entities.Dealer.MessageToDealers,
JachymSystem.Model, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null" table="MESSAGETODEALERS">
<id name="Id" type="System.Int64, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089">
<column name="ID" />
<generator class="sequence">
<param name="sequence">SEQ_MessageToDealers</param>
</generator>
</id>
<property name="Title" type="System.String, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<column name="Title" not-null="true" />
</property>
<property name="Message" type="System.String, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<column name="Message" not-null="true" default="" />
</property>
<bag name="Recipients" table="DealerToMessageToDealers"
mutable="true">
<key>
<column name="MessageToDealers_id" />
</key>
<many-to-many class="JachymSystem.Model.Entities.Dealer.Dealer,
JachymSystem.Model, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null">
<column name="Dealer_id" />
</many-to-many>
</bag>
</class>
</hibernate-mapping>
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.