|
||||||||||
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
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 |
---|
public MapperMethod(java.lang.Class declaringInterface, java.lang.reflect.Method method, SqlSession sqlSession)
Method Detail |
---|
public java.lang.Object execute(java.lang.Object[] args) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |