类 MybatisMapperMethod

java.lang.Object
com.baomidou.mybatisplus.core.override.MybatisMapperMethod

public class MybatisMapperMethod
extends Object
MapperMethod copy 过来

不要内部类 ParamMap

不要内部类 SqlCommand

不要内部类 MethodSignature

从以下版本开始:
2018-06-09
作者:
miemie
  • 构造器详细资料

    • MybatisMapperMethod

      public MybatisMapperMethod​(Class<?> mapperInterface, Method method, org.apache.ibatis.session.Configuration config)
  • 方法详细资料

    • execute

      public Object execute​(org.apache.ibatis.session.SqlSession sqlSession, Object[] args)