Class InsertMethodProxy
- java.lang.Object
-
- me.danwi.sqlex.core.invoke.method.BaseMethodProxy
-
- me.danwi.sqlex.core.invoke.method.InsertMethodProxy
-
- All Implemented Interfaces:
MethodProxy
public class InsertMethodProxy extends BaseMethodProxy
-
-
Field Summary
-
Fields inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
executor
-
-
Constructor Summary
Constructors Constructor Description InsertMethodProxy(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
-
InsertMethodProxy
public InsertMethodProxy(java.lang.reflect.Method method, RawSQLExecutor executor)
-
-