Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
i am fresher and i have a in project to explore i am getting difficulty to explore hbm.xml(for mapping i knew) in DAO because my project is using nhibernet and spring. does any body provide some IDEA about following code .


XML
<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net">

 <object id="CentreDao" type="AMD.dao.impl.CentreDaoImpl, AMD" singleton="false">
   <property name="SessionFactory" ref="NHibernateSessionFactory"/>
  </object>

</objects>


and how the nhibernet and spring work together .i will be vary thankful to u
Posted
Updated 22-Mar-13 22:20pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900