Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / NHibernateIntegration / Castle.Facilities.NHibernateIntegration.Tests / Common / BlogRef.hbm.xml
blobf4c769c651a679f6f4b07e58c27c8630ce0a2f19
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
6                 </id>\r
7                 <property name="Title" column="TITLE" not-null="true" />\r
8                 <many-to-one name="ParentBlog" column="BLOG_ID" not-null="true" />\r
9         </class>\r
10 </hibernate-mapping>\r