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 TypeMethodDescriptionvoidSqlStatementParser.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 TypeMethodDescriptionvoidCacheModel.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 TypeMethodDescriptionvoidSqlMapExecutorDelegate.addMappedStatement(MappedStatement ms) Add a mapped statement.protected StatementScopeSqlMapExecutorDelegate.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 TypeClassDescriptionclassThe Class CachingStatement.classThe Class DeleteStatement.classThe Class InsertStatement.classThe Class ProcedureStatement.classThe Class SelectKeyStatement.classThe Class SelectStatement.classThe Class UpdateStatement.Methods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type MappedStatementModifier and TypeMethodDescriptionvoidExecuteListener.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 TypeMethodDescriptionvoidStatementScope.setStatement(MappedStatement statement) Set the statement for the request.