Package org.apache.ibatis.binding
Class MapperMethod
- java.lang.Object
-
- org.apache.ibatis.binding.MapperMethod
-
public class MapperMethod extends java.lang.Object
- Author:
- Clinton Begin, Eduardo Macarron, Lasse Voss, Kazuki Shimizu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MapperMethod.MethodSignature
static class
MapperMethod.ParamMap<V>
static class
MapperMethod.SqlCommand
-
Constructor Summary
Constructors Constructor Description MapperMethod(java.lang.Class<?> mapperInterface, java.lang.reflect.Method method, Configuration config)
-
Method Summary
Modifier and Type Method Description java.lang.Object
execute(SqlSession sqlSession, java.lang.Object[] args)
-
-
-
Constructor Detail
-
MapperMethod
public MapperMethod(java.lang.Class<?> mapperInterface, java.lang.reflect.Method method, Configuration config)
-
-
Method Detail
-
execute
public java.lang.Object execute(SqlSession sqlSession, java.lang.Object[] args)
-
-