
aop
feige5432366
卓越自我,专注于自己的目标,专注于自己的梦想。
展开
-
spring3之JdbcTemplate AOP 事务
一、applicationContext.xml配置:定义事务和aop <!-- 定义事务传播属性 --> <tx:advice id="txAdvice" transaction-manager="txManager"> <tx:attributes> <tx:method name="g...2011-11-27 01:36:52 · 128 阅读 · 0 评论 -
Spring AOP代理时 ClassCastException: $Proxy0 cannot be cast to (类型转换错误)
Spring AOP代理时 ClassCastException: $Proxy0 cannot be cast to (类型转换错误) 问题: 今天在用AfterReturningAdvice时,afterReturning(Object returnValue, Method method, Object[] args, Object implClass)参数中的 implC...原创 2011-11-27 01:37:53 · 113 阅读 · 0 评论