dynamic-proxy
常見例句
- Without this file, the client would not be able to understand any of the dynamic-proxy instances.
沒有該文件,客戶端將無法理解任何動態(tài)代理實例。 - Dynamic proxy classes have many interesting uses within an application, one of which is to effectively handle pre- and post-method invocation operations in a uniform fashion.
動態(tài)代理類有許多應(yīng)用程序中使用的接口,其中一個可以用統(tǒng)一的方式有效地處理方法前和方法后的調(diào)用操作。 - I experienced this issue when working with dynamic proxy-based JDBC objects (like those from iBatis), which threw exceptions when any method on them was called after a connection had closed.
我在處理動態(tài)的基于代理的 JDBC 對象(就像來自 iBatis 的那些對象)時遇到了這個問題:在連接已經(jīng)關(guān)閉之后調(diào)用對象上的方法就會拋出異常。 返回 dynamic-proxy