Uses of Interface
org.apache.ibatis.plugin.Interceptor
-
Packages that use 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
Fields in org.apache.ibatis.plugin declared as Interceptor Modifier and Type Field Description private Interceptor
Plugin. interceptor
Fields in org.apache.ibatis.plugin with type parameters of type Interceptor Modifier and Type Field Description private java.util.List<Interceptor>
InterceptorChain. interceptors
Methods in org.apache.ibatis.plugin that return types with arguments of type Interceptor Modifier and Type Method Description java.util.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)
private static java.util.Map<java.lang.Class<?>,java.util.Set<java.lang.reflect.Method>>
Plugin. getSignatureMap(Interceptor interceptor)
static java.lang.Object
Plugin. wrap(java.lang.Object target, Interceptor interceptor)
Constructors in org.apache.ibatis.plugin with parameters of type Interceptor Constructor Description Plugin(java.lang.Object target, Interceptor interceptor, java.util.Map<java.lang.Class<?>,java.util.Set<java.lang.reflect.Method>> signatureMap)
-
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 java.util.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)
-