Uses of Class
com.ibatis.sqlmap.engine.scope.ErrorContext

Packages that use ErrorContext
com.ibatis.sqlmap.engine.builder.xml   
com.ibatis.sqlmap.engine.scope   
 

Uses of ErrorContext in com.ibatis.sqlmap.engine.builder.xml
 

Fields in com.ibatis.sqlmap.engine.builder.xml declared as ErrorContext
private  ErrorContext XmlSqlMapClientBuilder.errorCtx
           
 

Uses of ErrorContext in com.ibatis.sqlmap.engine.scope
 

Fields in com.ibatis.sqlmap.engine.scope declared as ErrorContext
private  ErrorContext RequestScope.errorContext
           
 

Methods in com.ibatis.sqlmap.engine.scope that return ErrorContext
 ErrorContext RequestScope.getErrorContext()