Package | Description |
---|---|
org.apache.ibatis.plugin |
TODO fillme.
|
org.apache.ibatis.session |
TODO fillme.
|
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-2013 MyBatis.org. All Rights Reserved.