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.LOCAL
Methods in org.apache.ibatis.executor that return ErrorContextModifier and TypeMethodDescriptionstatic ErrorContext
ErrorContext.instance()
ErrorContext.recall()
ErrorContext.reset()
ErrorContext.store()