org.apache.ibatis.binding
Class MapperMethod

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

public class MapperMethod
extends Object


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)
               throws SQLException
Throws:
SQLException


Copyright © 2010. All Rights Reserved.