public class MapperInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
| Constructor and Description |
|---|
MapperInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
setProperties(Properties properties) |
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept in interface org.apache.ibatis.plugin.InterceptorThrowablepublic Object plugin(Object target)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties in interface org.apache.ibatis.plugin.InterceptorCopyright © 2015–2023 cn.gtmap. All rights reserved.