public class MapperMethod extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MapperMethod.MethodSignature |
static class |
MapperMethod.ParamMap<V> |
static class |
MapperMethod.SqlCommand |
Constructor and Description |
---|
MapperMethod(Class<?> mapperInterface,
Method method,
Configuration config) |
public MapperMethod(Class<?> mapperInterface, Method method, Configuration config)
public Object execute(SqlSession sqlSession, Object[] args)
Copyright © 2010–2015 MyBatis.org. All rights reserved.