Uses of Interface
org.apache.ibatis.plugin.Interceptor
Packages that use Interceptor
Package
Description
Base package for handing plugins.
Base package.
-
Uses of Interceptor in org.apache.ibatis.plugin
Fields in org.apache.ibatis.plugin declared as InterceptorFields in org.apache.ibatis.plugin with type parameters of type InterceptorMethods in org.apache.ibatis.plugin that return types with arguments of type InterceptorMethods in org.apache.ibatis.plugin with parameters of type InterceptorModifier and TypeMethodDescriptionvoid
InterceptorChain.addInterceptor
(Interceptor interceptor) Plugin.getSignatureMap
(Interceptor interceptor) static Object
Plugin.wrap
(Object target, Interceptor interceptor) Constructors in org.apache.ibatis.plugin with parameters of type Interceptor -
Uses of Interceptor in org.apache.ibatis.session
Methods in org.apache.ibatis.session that return types with arguments of type InterceptorMethods in org.apache.ibatis.session with parameters of type Interceptor