| |
|
| java.lang.Object com.ibatis.sqlmap.engine.scope.BaseScope com.ibatis.sqlmap.engine.scope.RequestScope
RequestScope | public class RequestScope extends BaseScope (Code) | | Request based implementation of Scope interface
|
RequestScope | public RequestScope()(Code) | | Default constructor
|
getCurrentNestedKey | public String getCurrentNestedKey()(Code) | | Returns the currentNestedKey. |
getDynamicParameterMap | public ParameterMap getDynamicParameterMap()(Code) | | Get the dynamic parameter for the request
- the dynamic parameter |
getDynamicSql | public String getDynamicSql()(Code) | | Get the dynamic SQL for the request
- the dynamic SQL |
getErrorContext | public ErrorContext getErrorContext()(Code) | | Get the request's error context
- the request's error context |
getParameterMap | public ParameterMap getParameterMap()(Code) | | Get the parameter map for the request
- the parameter map |
getResultMap | public ResultMap getResultMap()(Code) | | Get the result map for the request
- the result map |
getSession | public SessionScope getSession()(Code) | | Get the session of the request
- the session |
getSql | public Sql getSql()(Code) | | Get the SQL for the request
- the sql |
getStatement | public MappedStatement getStatement()(Code) | | Get the statement for the request
- the statement |
isRowDataFound | public boolean isRowDataFound()(Code) | | |
reset | public void reset()(Code) | | |
setCurrentNestedKey | public void setCurrentNestedKey(String currentNestedKey)(Code) | | Parameters: currentNestedKey - The currentNestedKey to set. |
setDynamicParameterMap | public void setDynamicParameterMap(ParameterMap dynamicParameterMap)(Code) | | Set the dynamic parameter for the request
Parameters: dynamicParameterMap - - the dynamic parameter |
setDynamicSql | public void setDynamicSql(String dynamicSql)(Code) | | Set the dynamic SQL for the request
Parameters: dynamicSql - - the dynamic SQL |
setParameterMap | public void setParameterMap(ParameterMap parameterMap)(Code) | | Set the parameter map for the request
Parameters: parameterMap - - the new parameter map |
setResultMap | public void setResultMap(ResultMap resultMap)(Code) | | Set the result map for the request
Parameters: resultMap - - the result map |
setRowDataFound | public void setRowDataFound(boolean rowDataFound)(Code) | | |
setSession | public void setSession(SessionScope session)(Code) | | Set the session for the request
Parameters: session - - the new session |
setSql | public void setSql(Sql sql)(Code) | | Set the SQL for the request
Parameters: sql - - the sql |
setStatement | public void setStatement(MappedStatement statement)(Code) | | Set the statement for the request
Parameters: statement - - the statement |
|
|
|