org.apache.ibatis.binding
Class MapperProxy<T>
java.lang.Object
org.apache.ibatis.binding.MapperProxy<T>
- All Implemented Interfaces:
- Serializable, InvocationHandler
public class MapperProxy<T>
- extends Object
- implements InvocationHandler, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapperProxy
public MapperProxy(SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MapperMethod> methodCache)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.