org.apache.ibatis.plugin
Class Invocation
java.lang.Object
org.apache.ibatis.plugin.Invocation
public class Invocation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invocation
public Invocation(Object target,
Method method,
Object[] args)
getTarget
public Object getTarget()
getMethod
public Method getMethod()
getArgs
public Object[] getArgs()
proceed
public Object proceed()
throws InvocationTargetException,
IllegalAccessException
- Throws:
InvocationTargetException
IllegalAccessException
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.