Uses of Class
com.ibatis.sqlmap.engine.mapping.statement.MappedStatement
Packages that use MappedStatement
Package
Description
-
Uses of MappedStatement in com.ibatis.sqlmap.engine.builder.xml
Methods in com.ibatis.sqlmap.engine.builder.xml with parameters of type MappedStatementModifier and TypeMethodDescriptionvoid
SqlStatementParser.parseGeneralStatement
(Node node, MappedStatement statement) Parses the general statement. -
Uses of MappedStatement in com.ibatis.sqlmap.engine.cache
Methods in com.ibatis.sqlmap.engine.cache with parameters of type MappedStatementModifier and TypeMethodDescriptionvoid
CacheModel.onExecuteStatement
(MappedStatement statement) ExecuteListener event. -
Uses of MappedStatement in com.ibatis.sqlmap.engine.config
Methods in com.ibatis.sqlmap.engine.config that return MappedStatementModifier and TypeMethodDescriptionMappedStatementConfig.getMappedStatement()
Gets the mapped statement.Methods in com.ibatis.sqlmap.engine.config with parameters of type MappedStatementModifier and TypeMethodDescriptionSqlMapConfiguration.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) New mapped statement config. -
Uses of MappedStatement in com.ibatis.sqlmap.engine.impl
Methods in com.ibatis.sqlmap.engine.impl that return MappedStatementModifier and TypeMethodDescriptionExtendedSqlMapClient.getMappedStatement
(String id) Deprecated.Gets the mapped statement.SqlMapClientImpl.getMappedStatement
(String id) SqlMapExecutorDelegate.getMappedStatement
(String id) Get a mappedstatement by its ID.SqlMapSessionImpl.getMappedStatement
(String id) Gets a mapped statement by ID.Methods in com.ibatis.sqlmap.engine.impl with parameters of type MappedStatementModifier and TypeMethodDescriptionvoid
SqlMapExecutorDelegate.addMappedStatement
(MappedStatement ms) Add a mapped statement.protected StatementScope
SqlMapExecutorDelegate.beginStatementScope
(SessionScope sessionScope, MappedStatement mappedStatement) Begin statement scope. -
Uses of MappedStatement in com.ibatis.sqlmap.engine.mapping.statement
Subclasses of MappedStatement in com.ibatis.sqlmap.engine.mapping.statementModifier and TypeClassDescriptionclass
The Class CachingStatement.class
The Class DeleteStatement.class
The Class InsertStatement.class
The Class ProcedureStatement.class
The Class SelectKeyStatement.class
The Class SelectStatement.class
The Class UpdateStatement.Methods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type MappedStatementModifier and TypeMethodDescriptionvoid
ExecuteListener.onExecuteStatement
(MappedStatement statement) On execute statement.Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type MappedStatementModifierConstructorDescriptionCachingStatement
(MappedStatement statement, CacheModel cacheModel) Instantiates a new caching statement. -
Uses of MappedStatement in com.ibatis.sqlmap.engine.scope
Methods in com.ibatis.sqlmap.engine.scope that return MappedStatementModifier and TypeMethodDescriptionStatementScope.getStatement()
Get the statement for the request.Methods in com.ibatis.sqlmap.engine.scope with parameters of type MappedStatementModifier and TypeMethodDescriptionvoid
StatementScope.setStatement
(MappedStatement statement) Set the statement for the request.