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 ErrorContextErrorContext. storedFields in org.apache.ibatis.executor with type parameters of type ErrorContext Modifier and Type Field Description private static java.lang.ThreadLocal<ErrorContext>ErrorContext. LOCALMethods in org.apache.ibatis.executor that return ErrorContext Modifier and Type Method Description ErrorContextErrorContext. activity(java.lang.String activity)ErrorContextErrorContext. cause(java.lang.Throwable cause)static ErrorContextErrorContext. instance()ErrorContextErrorContext. message(java.lang.String message)ErrorContextErrorContext. object(java.lang.String object)ErrorContextErrorContext. recall()ErrorContextErrorContext. reset()ErrorContextErrorContext. resource(java.lang.String resource)ErrorContextErrorContext. sql(java.lang.String sql)ErrorContextErrorContext. store()
-