类 AbstractBaseExecutor

java.lang.Object
org.apache.ibatis.executor.BaseExecutor
com.baomidou.mybatisplus.core.executor.AbstractBaseExecutor
所有已实现的接口:
org.apache.ibatis.executor.Executor
直接已知子类:
MybatisBatchExecutor, MybatisReuseExecutor, MybatisSimpleExecutor

@Deprecated
public abstract class AbstractBaseExecutor
extends org.apache.ibatis.executor.BaseExecutor
已过时。
3.4.0
重写执行器 BaseExecutor
作者:
nieqiurong 2019/4/22.
  • 字段概要

    从类继承的字段 org.apache.ibatis.executor.BaseExecutor

    configuration, deferredLoads, localCache, localOutputParameterCache, queryStack, transaction, wrapper

    从接口继承的字段 org.apache.ibatis.executor.Executor

    NO_RESULT_HANDLER
  • 构造器概要

    构造器
    限定符 构造器 说明
    protected AbstractBaseExecutor​(org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.transaction.Transaction transaction)
    已过时。
     
  • 方法概要

    修饰符和类型 方法 说明
    org.apache.ibatis.cache.CacheKey createCacheKey​(org.apache.ibatis.mapping.MappedStatement ms, Object parameterObject, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.mapping.BoundSql boundSql)
    已过时。
     

    从类继承的方法 org.apache.ibatis.executor.BaseExecutor

    applyTransactionTimeout, clearLocalCache, close, closeStatement, commit, deferLoad, doFlushStatements, doQuery, doQueryCursor, doUpdate, flushStatements, flushStatements, getConnection, getTransaction, isCached, isClosed, query, query, queryCursor, rollback, setExecutorWrapper, update

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • AbstractBaseExecutor

      protected AbstractBaseExecutor​(org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.transaction.Transaction transaction)
      已过时。
  • 方法详细资料

    • createCacheKey

      public org.apache.ibatis.cache.CacheKey createCacheKey​(org.apache.ibatis.mapping.MappedStatement ms, Object parameterObject, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.mapping.BoundSql boundSql)
      已过时。
      指定者:
      createCacheKey 在接口中 org.apache.ibatis.executor.Executor
      覆盖:
      createCacheKey 在类中 org.apache.ibatis.executor.BaseExecutor