Improve purge.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-28 12:28:53 -03:00
parent dcd59efc12
commit 3137f78cce
7 changed files with 20 additions and 18 deletions

View File

@@ -30,6 +30,7 @@
<value>update*</value>
<value>add*</value>
<value>remove*</value>
<value>purge*</value>
<value>revert*</value>
</list>
</property>

View File

@@ -53,7 +53,7 @@
<property name="dataSource" ref="wiseDataSource"/>
</bean>
<!-- Hibernate Template Defintion -->
<!-- Hibernate Template Definition -->
<bean id="hibernateTemplate" class="org.springframework.orm.hibernate3.HibernateTemplate">
<property name="sessionFactory" ref="mindmapSessionFactory"/>
<property name="jdbcExceptionTranslator" ref="jdbcExceptionTranslator"/>