Uses of Interface
org.apache.ibatis.plugin.Interceptor
Package | Description |
---|---|
org.apache.ibatis.plugin |
Base package for handing plugins.
|
org.apache.ibatis.session |
Base package.
|
-
Uses of Interceptor in org.apache.ibatis.plugin
Methods in org.apache.ibatis.plugin that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor>
InterceptorChain. getInterceptors()
Methods in org.apache.ibatis.plugin with parameters of type Interceptor Modifier and Type Method Description void
InterceptorChain. addInterceptor(Interceptor interceptor)
static Object
Plugin. wrap(Object target, Interceptor interceptor)
-
Uses of Interceptor in org.apache.ibatis.session
Methods in org.apache.ibatis.session that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor>
Configuration. getInterceptors()
Gets the interceptors.Methods in org.apache.ibatis.session with parameters of type Interceptor Modifier and Type Method Description void
Configuration. addInterceptor(Interceptor interceptor)