代码改变世界

Head First Avatar

2011-05-18 18:50 by 杨星, 214 阅读, 1 推荐, 收藏,
摘要:1)com.dianping.avatar.dao.DAOIntroductionInterceptor.invoke方法被调用。 DAOMethod daoMethod = DAOUtils.createDAOMethod(methodInvocation.getMethod(), methodInvocation.getArguments()); final GenericDAO genericDao = (GenericDAO) methodInvocation.getThis(); if (daoMethod.actionType == DAOActionType.QUERY) { r 阅读全文