public interface Interceptor
Modifier and Type | Method and Description |
---|---|
Object |
intercept(Invocation invocation) |
Object |
plugin(Object target) |
void |
setProperties(Properties properties) |
Object intercept(Invocation invocation) throws Throwable
Throwable
void setProperties(Properties properties)
Copyright © 2010–2015 MyBatis.org. All rights reserved.