|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.binding.MapperMethod
public class MapperMethod
Nested Class Summary | |
---|---|
static class |
MapperMethod.MethodSignature
|
static class |
MapperMethod.ParamMap<V>
|
static class |
MapperMethod.SqlCommand
|
Constructor Summary | |
---|---|
MapperMethod(Class<?> mapperInterface,
Method method,
Configuration config)
|
Method Summary | |
---|---|
Object |
execute(SqlSession sqlSession,
Object[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapperMethod(Class<?> mapperInterface, Method method, Configuration config)
Method Detail |
---|
public Object execute(SqlSession sqlSession, Object[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |