org.apache.ibatis.binding
Class MapperMethod

java.lang.Object
  extended by org.apache.ibatis.binding.MapperMethod

public class MapperMethod
extends Object


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

MapperMethod

public MapperMethod(Class<?> mapperInterface,
                    Method method,
                    Configuration config)
Method Detail

execute

public Object execute(SqlSession sqlSession,
                      Object[] args)


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.