读书人

lt;prop key=quot;save*quot;gt;相仿设置

发布时间: 2012-10-18 13:46:55 作者: rapoo

<prop key="save*">类似设置
<bean id="myAccountManager" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<property name="transactionManager"><ref bean="transactionManager"/></property>
<property name="target"><ref local="myAccountManagerTarget"/></property>
<property name="transactionAttributes">
<props>
<prop key="save*">PROPAGATION_REQUIRED</prop>
<prop key="remove*">PROPAGATION_REQUIRED</prop>
<prop key="delete*">PROPAGATION_REQUIRED</prop>
<prop key="*">PROPAGATION_REQUIRED,readOnly</prop>
</props>
</property>
</bean>

读书人网 >软件架构设计

热点推荐