org.apache.ibatis.binding
Class MapperProxy
java.lang.Object
org.apache.ibatis.binding.MapperProxy
- All Implemented Interfaces:
- Serializable, InvocationHandler
public class MapperProxy
- 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 |
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
newMapperProxy
public static <T> T newMapperProxy(Class<T> mapperInterface,
SqlSession sqlSession)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.