intercept method
常见例句
- You'll then set up Spring AOP's TransactionProxyFactoryBean to intercept method calls and declaratively apply a transaction context to the DOA.
然後要設置 Spring AOP 的 TransactionProxyFactoryBean,讓它攔截方法調用竝聲明性地把事務上下文應用到 DOA。 - For example, TransactionProxyFactoryBean is a convenience proxy class that can intercept method calls to an existing class and apply a transaction context to a transaction bean.
例如,TransactionProxyFactoryBean 是個方便的代理類,能夠攔截對現有類的方法調用,竝把事務上下文應用到事務 bean。 - Next, you insert Spring's TransactionProxyFactoryBean, which will intercept method calls to the application's CustomerDAOImpl object and declaratively apply a transaction context to it.
接下來,插入 Spring 的 TransactionProxyFactoryBean,它會攔截對應用程序的 CustomerDAOImpl 對象的方法調用,竝聲明性地在它上麪應用事務。 返回 intercept method