org.apache.ibatis.binding
Class MapperProxy<T>

java.lang.Object
  extended by org.apache.ibatis.binding.MapperProxy<T>
All Implemented Interfaces:
Serializable, InvocationHandler

public class MapperProxy<T>
extends Object
implements InvocationHandler, Serializable

See Also:
Serialized Form

Constructor Summary
MapperProxy(SqlSession sqlSession, Class<T> mapperInterface, Map<Method,MapperMethod> methodCache)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperProxy

public MapperProxy(SqlSession sqlSession,
                   Class<T> mapperInterface,
                   Map<Method,MapperMethod> methodCache)
Method Detail

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.