Class UpdateDeleteMethodProxy
- java.lang.Object
-
- me.danwi.sqlex.core.invoke.method.BaseMethodProxy
-
- me.danwi.sqlex.core.invoke.method.UpdateDeleteMethodProxy
-
- All Implemented Interfaces:
MethodProxy
public class UpdateDeleteMethodProxy extends BaseMethodProxy
-
-
Field Summary
-
Fields inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
executor
-
-
Constructor Summary
Constructors Constructor Description UpdateDeleteMethodProxy(java.lang.reflect.Method method, RawSQLExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object[] args)-
Methods inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
reorderArgs, rewriteSQL
-
-
-
-
Constructor Detail
-
UpdateDeleteMethodProxy
public UpdateDeleteMethodProxy(java.lang.reflect.Method method, RawSQLExecutor executor)
-
-