org.apache.ibatis.plugin
Class Plugin
java.lang.Object
org.apache.ibatis.plugin.Plugin
- All Implemented Interfaces:
- InvocationHandler
public class Plugin
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.