org.apache.ibatis.binding
Class MapperMethod

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

public class MapperMethod
extends java.lang.Object


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

execute

public java.lang.Object execute(java.lang.Object[] args)


Copyright © 2010 MyBatis.org. All Rights Reserved.