觉得这个地方有点问题啊
<bean id="testADao" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="proxyInterfaces">
<value>org.testA.hibernate.dao.ITestADAO</value>
</property>
<property name="interceptorNames">
<list>
<value> testADaoTarg ...
评论排行榜