Quantcast
Viewing all articles
Browse latest Browse all 76

hibernate eventListeners

<property name="eventListeners">
<map>
<entry key="merge">
<bean class="org.springframework.orm.hibernate3.support. IdTransferringMergeEventListener"/>
</entry>
</map>
</property>

in my project i am integrating hibernate and spring.The above code is also embeded.can any one help me to know why the above code is required.

thanks

Viewing all articles
Browse latest Browse all 76

Trending Articles