|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ibatis.executor.BaseExecutor
org.apache.ibatis.executor.SimpleExecutor
public class SimpleExecutor
| Field Summary |
|---|
| Fields inherited from class org.apache.ibatis.executor.BaseExecutor |
|---|
batchResults, configuration, deferredLoads, localCache, localOutputParameterCache, queryStack, transaction |
| Fields inherited from interface org.apache.ibatis.executor.Executor |
|---|
NO_RESULT_HANDLER |
| Constructor Summary | |
|---|---|
SimpleExecutor(Configuration configuration,
Transaction transaction)
|
|
| Method Summary | |
|---|---|
java.util.List |
doFlushStatements()
|
java.util.List |
doQuery(MappedStatement ms,
java.lang.Object parameter,
RowBounds rowBounds,
ResultHandler resultHandler)
|
int |
doUpdate(MappedStatement ms,
java.lang.Object parameter)
|
| Methods inherited from class org.apache.ibatis.executor.BaseExecutor |
|---|
clearLocalCache, close, closeStatement, commit, createCacheKey, deferLoad, flushStatements, getTransaction, isCached, isClosed, query, rollback, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleExecutor(Configuration configuration,
Transaction transaction)
| Method Detail |
|---|
public int doUpdate(MappedStatement ms,
java.lang.Object parameter)
throws java.sql.SQLException
doUpdate in class BaseExecutorjava.sql.SQLException
public java.util.List doQuery(MappedStatement ms,
java.lang.Object parameter,
RowBounds rowBounds,
ResultHandler resultHandler)
throws java.sql.SQLException
doQuery in class BaseExecutorjava.sql.SQLException
public java.util.List doFlushStatements()
throws java.sql.SQLException
doFlushStatements in class BaseExecutorjava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||