Uses of Class
org.apache.ibatis.executor.ErrorContext
Packages that use ErrorContext
-
Uses of ErrorContext in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as ErrorContextFields in org.apache.ibatis.executor with type parameters of type ErrorContextModifier and TypeFieldDescriptionprivate static final ThreadLocal<ErrorContext> ErrorContext.LOCALMethods in org.apache.ibatis.executor that return ErrorContextModifier and TypeMethodDescriptionstatic ErrorContextErrorContext.instance()ErrorContext.recall()ErrorContext.reset()ErrorContext.store()