org.apache.ibatis.binding
Class MapperProxy

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

public class MapperProxy
extends Object
implements InvocationHandler, Serializable

See Also:
Serialized Form

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

Method Detail

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.