Package | Description |
---|---|
org.apache.ibatis.plugin |
Base package for handing plugins.
|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
InterceptorChain.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.addInterceptor(Interceptor interceptor) |
static Object |
Plugin.wrap(Object target,
Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
Configuration.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addInterceptor(Interceptor interceptor) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.