Class ResultLoaderMap.ClosedExecutor
java.lang.Object
org.apache.ibatis.executor.BaseExecutor
org.apache.ibatis.executor.loader.ResultLoaderMap.ClosedExecutor
- All Implemented Interfaces:
Executor
- Enclosing class:
ResultLoaderMap
-
Field Summary
Fields inherited from class org.apache.ibatis.executor.BaseExecutor
configuration, deferredLoads, localCache, localOutputParameterCache, queryStack, transaction, wrapperFields inherited from interface org.apache.ibatis.executor.Executor
NO_RESULT_HANDLER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BatchResult> doFlushStatements(boolean isRollback) protected <E> List<E> doQuery(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql) protected <E> Cursor<E> doQueryCursor(MappedStatement ms, Object parameter, RowBounds rowBounds, BoundSql boundSql) protected intdoUpdate(MappedStatement ms, Object parameter) booleanisClosed()Methods inherited from class org.apache.ibatis.executor.BaseExecutor
applyTransactionTimeout, clearLocalCache, close, closeStatement, commit, createCacheKey, deferLoad, flushStatements, flushStatements, getConnection, getTransaction, isCached, query, query, queryCursor, rollback, setExecutorWrapper, update
-
Constructor Details
-
ClosedExecutor
public ClosedExecutor()
-
-
Method Details
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceExecutor- Overrides:
isClosedin classBaseExecutor
-
doUpdate
- Specified by:
doUpdatein classBaseExecutor- Throws:
SQLException
-
doFlushStatements
- Specified by:
doFlushStatementsin classBaseExecutor- Throws:
SQLException
-
doQuery
protected <E> List<E> doQuery(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql) throws SQLException - Specified by:
doQueryin classBaseExecutor- Throws:
SQLException
-
doQueryCursor
protected <E> Cursor<E> doQueryCursor(MappedStatement ms, Object parameter, RowBounds rowBounds, BoundSql boundSql) throws SQLException - Specified by:
doQueryCursorin classBaseExecutor- Throws:
SQLException
-