org.apache.ibatis.plugin
Class InterceptorChain

java.lang.Object
  extended by org.apache.ibatis.plugin.InterceptorChain

public class InterceptorChain
extends Object


Constructor Summary
InterceptorChain()
           
 
Method Summary
 void addInterceptor(Interceptor interceptor)
           
 Object pluginAll(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorChain

public InterceptorChain()
Method Detail

pluginAll

public Object pluginAll(Object target)

addInterceptor

public void addInterceptor(Interceptor interceptor)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.