<!DOCTYPE hibernate-configuration PUBLIC 
	"-//Hiernate/Hibernate Configuration DTD//EN"
	"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
<hibernate-configuration>
	<session-factory >
		<mapping resource="PersistentHierarchy.hbm.xml"/>
		<mapping resource="PersistentNode.hbm.xml"/>
		<mapping resource="PersistentNodeType.hbm.xml"/>
	</session-factory>
</hibernate-configuration>