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.MapperParamMap<V>
           
 
Constructor Summary
MapperMethod(Class<?> declaringInterface, Method method, SqlSession sqlSession)
           
 
Method Summary
 Object execute(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<?> declaringInterface,
                    Method method,
                    SqlSession sqlSession)
Method Detail

execute

public Object execute(Object[] args)


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