使用spring的hibernateTemplate的方法 (转)
6692人阅读 评论(6) 版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://huahuazhu.blogbus.com/logs/24775065.html
?? <bean id="userDAOProxy" />
???? </property>
???? <property name="target">
???????? <ref local="userDAO" />
???? </property>
???? <property name="transactionAttributes">
???????? <props>
??????????? <prop key="create*">PROPAGATION_REQUIRED</prop>
???????? </props>
???? </property>
?? </bean>
</beans>