root/trunk/src/Tools/TestData/Src/Employee.hbm.xml

User picture

Author: ricardoborges

Revision: 36 («Previous)


File Size: 551 Bytes

(February 03, 2010 00:24 UTC) Over 2 years ago

refactoring the project directories to tags/branches/trunk standard

 
Show/hide line numbers
<?xml version='1.0' encoding='utf-8'?>
<hibernate-mapping
	 xmlns:xsd='http://www.w3.org/2001/XMLSchema'
	 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='urn:nhibernate-mapping-2.0'>
	<class
		table='Employees'
		 name='TestProject.Employee, Ayende.NHibernateQueryAnalyzer.TestProject'>
		<id name ='Id'>
			<generator
				 class='native' />
		</id>
		<property
			 name='Name' />
		<property
			 type='Nullables.NHibernate.NullableDateTimeType, Nullables.NHibernate'
			 name='Created' />
	</class>
</hibernate-mapping>