org.apache.ibatis.plugin
Class InterceptorChain
java.lang.Object
org.apache.ibatis.plugin.InterceptorChain
public class InterceptorChain
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorChain
public InterceptorChain()
pluginAll
public Object pluginAll(Object target)
addInterceptor
public void addInterceptor(Interceptor interceptor)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.