org.apache.ibatis.plugin
Class Plugin

java.lang.Object
  extended by org.apache.ibatis.plugin.Plugin
All Implemented Interfaces:
InvocationHandler

public class Plugin
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static Object wrap(Object target, Interceptor interceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrap

public static Object wrap(Object target,
                          Interceptor interceptor)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


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