Uses of Class
org.apache.ibatis.executor.ErrorContext
-
Packages that use ErrorContext Package Description org.apache.ibatis.executor Contains the statement executors. -
-
Uses of ErrorContext in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as ErrorContext Modifier and Type Field Description private ErrorContext
ErrorContext. stored
Fields in org.apache.ibatis.executor with type parameters of type ErrorContext Modifier and Type Field Description private static java.lang.ThreadLocal<ErrorContext>
ErrorContext. LOCAL
Methods in org.apache.ibatis.executor that return ErrorContext Modifier and Type Method Description ErrorContext
ErrorContext. activity(java.lang.String activity)
ErrorContext
ErrorContext. cause(java.lang.Throwable cause)
static ErrorContext
ErrorContext. instance()
ErrorContext
ErrorContext. message(java.lang.String message)
ErrorContext
ErrorContext. object(java.lang.String object)
ErrorContext
ErrorContext. recall()
ErrorContext
ErrorContext. reset()
ErrorContext
ErrorContext. resource(java.lang.String resource)
ErrorContext
ErrorContext. sql(java.lang.String sql)
ErrorContext
ErrorContext. store()
-