Class MapperMethod


  • public class MapperMethod
    extends java.lang.Object
    Author:
    Clinton Begin, Eduardo Macarron, Lasse Voss, Kazuki Shimizu
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperMethod​(java.lang.Class<?> mapperInterface, java.lang.reflect.Method method, Configuration config)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object execute​(SqlSession sqlSession, 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<?> mapperInterface,
                            java.lang.reflect.Method method,
                            Configuration config)
    • Method Detail

      • execute

        public java.lang.Object execute​(SqlSession sqlSession,
                                        java.lang.Object[] args)