Package org.apache.ibatis.binding
Class MapperMethod
- java.lang.Object
-
- org.apache.ibatis.binding.MapperMethod
-
public class MapperMethod extends 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(Class<?> mapperInterface, Method method, Configuration config)
-
-
-
Constructor Detail
-
MapperMethod
public MapperMethod(Class<?> mapperInterface, Method method, Configuration config)
-
-
Method Detail
-
execute
public Object execute(SqlSession sqlSession, Object[] args)
-
-