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
parameterSetter
-
-
Constructor Summary
Constructors Constructor Description InsertMethodProxy(java.lang.reflect.Method method, TransactionManager transactionManager, ParameterSetter parameterSetter, ExceptionTranslator translator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectinvoke(java.lang.Object[] args, java.sql.Connection connection)-
Methods inherited from class me.danwi.sqlex.core.invoke.method.BaseMethodProxy
invoke, reorderArgs, rewriteSQL
-
-
-
-
Constructor Detail
-
InsertMethodProxy
public InsertMethodProxy(java.lang.reflect.Method method, TransactionManager transactionManager, ParameterSetter parameterSetter, ExceptionTranslator translator)
-
-
Method Detail
-
invoke
protected java.lang.Object invoke(java.lang.Object[] args, java.sql.Connection connection) throws java.sql.SQLException- Specified by:
invokein classBaseMethodProxy- Throws:
java.sql.SQLException
-
-