Uses of Interface
com.ibatis.sqlmap.engine.mapping.statement.MappedStatement

Packages that use MappedStatement
com.ibatis.sqlmap.engine.builder.xml   
com.ibatis.sqlmap.engine.cache   
com.ibatis.sqlmap.engine.impl   
com.ibatis.sqlmap.engine.mapping.statement   
com.ibatis.sqlmap.engine.scope   
 

Uses of MappedStatement in com.ibatis.sqlmap.engine.builder.xml
 

Fields in com.ibatis.sqlmap.engine.builder.xml declared as MappedStatement
 MappedStatement BaseParser.Variables.currentStatement
           
 

Methods in com.ibatis.sqlmap.engine.builder.xml that return MappedStatement
 MappedStatement SqlStatementParser.parseGeneralStatement(org.w3c.dom.Node node, GeneralStatement statement)
           
 

Uses of MappedStatement in com.ibatis.sqlmap.engine.cache
 

Methods in com.ibatis.sqlmap.engine.cache with parameters of type MappedStatement
 void CacheModel.onExecuteStatement(MappedStatement statement)
          ExecuteListener event.
 

Uses of MappedStatement in com.ibatis.sqlmap.engine.impl
 

Methods in com.ibatis.sqlmap.engine.impl that return MappedStatement
 MappedStatement SqlMapSessionImpl.getMappedStatement(java.lang.String id)
          Gets a mapped statement by ID
 MappedStatement SqlMapExecutorDelegate.getMappedStatement(java.lang.String id)
          Get a mappedstatement by its ID
 MappedStatement SqlMapClientImpl.getMappedStatement(java.lang.String id)
           
 MappedStatement ExtendedSqlMapClient.getMappedStatement(java.lang.String id)
          Get a mapped statement by ID
 

Methods in com.ibatis.sqlmap.engine.impl with parameters of type MappedStatement
 void SqlMapExecutorDelegate.addMappedStatement(MappedStatement ms)
          Add a mapped statement
protected  RequestScope SqlMapExecutorDelegate.popRequest(SessionScope session, MappedStatement mappedStatement)
           
 

Uses of MappedStatement in com.ibatis.sqlmap.engine.mapping.statement
 

Classes in com.ibatis.sqlmap.engine.mapping.statement that implement MappedStatement
 class BaseStatement
           
 class CachingStatement
           
 class DeleteStatement
           
 class GeneralStatement
           
 class InsertStatement
           
 class ProcedureStatement
           
 class SelectKeyStatement
           
 class SelectStatement
           
 class UpdateStatement
           
 

Methods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type MappedStatement
 void ExecuteListener.onExecuteStatement(MappedStatement statement)
           
 

Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type MappedStatement
CachingStatement(MappedStatement statement, CacheModel cacheModel)
           
 

Uses of MappedStatement in com.ibatis.sqlmap.engine.scope
 

Methods in com.ibatis.sqlmap.engine.scope that return MappedStatement
 MappedStatement RequestScope.getStatement()
          Get the statement for the request
 

Methods in com.ibatis.sqlmap.engine.scope with parameters of type MappedStatement
 void RequestScope.setStatement(MappedStatement statement)
          Set the statement for the request