|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(org.w3c.dom.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(java.lang.String id,
MappedStatement statement,
SqlSource processor,
java.lang.String parameterMapName,
java.lang.Class parameterClass,
java.lang.String resultMapName,
java.lang.String[] additionalResultMapNames,
java.lang.Class resultClass,
java.lang.Class[] additionalResultClasses,
java.lang.String resultSetType,
java.lang.Integer fetchSize,
boolean allowRemapping,
java.lang.Integer timeout,
java.lang.String cacheModelName,
java.lang.String xmlResultName)
|
| Uses of MappedStatement in com.ibatis.sqlmap.engine.impl |
|---|
| Methods in com.ibatis.sqlmap.engine.impl that return MappedStatement | |
|---|---|
MappedStatement |
SqlMapExecutorDelegate.getMappedStatement(java.lang.String id)
Get a mappedstatement by its ID |
MappedStatement |
SqlMapClientImpl.getMappedStatement(java.lang.String id)
|
MappedStatement |
SqlMapSessionImpl.getMappedStatement(java.lang.String id)
Gets 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 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||