Uses of Class
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.config   
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
 

Methods in com.ibatis.sqlmap.engine.builder.xml with parameters of type MappedStatement
 void SqlStatementParser.parseGeneralStatement(Node node, MappedStatement 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.config
 

Methods in com.ibatis.sqlmap.engine.config that return MappedStatement
 MappedStatement MappedStatementConfig.getMappedStatement()
           
 

Methods in com.ibatis.sqlmap.engine.config with parameters of type MappedStatement
 MappedStatementConfig SqlMapConfiguration.newMappedStatementConfig(String id, MappedStatement statement, SqlSource processor, String parameterMapName, Class parameterClass, String resultMapName, String[] additionalResultMapNames, Class resultClass, Class[] additionalResultClasses, String resultSetType, Integer fetchSize, boolean allowRemapping, Integer timeout, String cacheModelName, String xmlResultName)
           
 

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

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

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

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

Subclasses of MappedStatement in com.ibatis.sqlmap.engine.mapping.statement
 class CachingStatement
           
 class DeleteStatement
           
 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 StatementScope.getStatement()
          Get the statement for the request
 

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



Copyright © 2010. All Rights Reserved.