<!DOCTYPE hibernate-configuration PUBLIC 
	"-//Hiernate/Hibernate Configuration DTD//EN"
	"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
        
<!-- DO NOT MODIFY THIS FILE OR YOUR HIERARCHY IMPLEMENTATION MAY BECOME UNSTABLE --> 
<!-- make your changes to hibernate.properties -->
       
<hibernate-configuration>
	<session-factory >
		<mapping resource="PersistentHierarchy.hbm.xml"/>
		<mapping resource="PersistentNode.hbm.xml"/>
		<mapping resource="PersistentNodeType.hbm.xml"/>
	</session-factory>
</hibernate-configuration>