1 <?xml version="1.0" encoding="utf-8" ?>
\r
2 <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
\r
3 <class name="Castle.Facilities.NHibernateIntegration.Tests.BlogRef, Castle.Facilities.NHibernateIntegration.Tests" table="BLOG_REFS_TABLE" dynamic-update="true">
\r
4 <id name="Id" type="Int32" column="BLOG_REF_ID">
\r
5 <generator class="native" />
\r
7 <property name="Title" column="TITLE" not-null="true" />
\r
8 <many-to-one name="ParentBlog" column="BLOG_ID" not-null="true" />
\r
10 </hibernate-mapping>
\r