Uses of Interface
org.apache.ibatis.plugin.Interceptor

Packages that use Interceptor
org.apache.ibatis.plugin   
org.apache.ibatis.session   
 

Uses of Interceptor in org.apache.ibatis.plugin
 

Methods in org.apache.ibatis.plugin with parameters of type Interceptor
 void InterceptorChain.addInterceptor(Interceptor interceptor)
           
static java.lang.Object Plugin.wrap(java.lang.Object target, Interceptor interceptor)
           
 

Uses of Interceptor in org.apache.ibatis.session
 

Methods in org.apache.ibatis.session with parameters of type Interceptor
 void Configuration.addInterceptor(Interceptor interceptor)
           
 



Copyright © 2010. All Rights Reserved.