org.apache.ibatis.executor.loader
Class ResultObjectProxy

java.lang.Object
  extended by org.apache.ibatis.executor.loader.ResultObjectProxy

public final class ResultObjectProxy
extends Object


Method Summary
static Object createDeserializationProxy(Object target, Set<String> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
           
static Object createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createProxy

public static Object createProxy(Object target,
                                 ResultLoaderMap lazyLoader,
                                 Configuration configuration,
                                 ObjectFactory objectFactory,
                                 List<Class<?>> constructorArgTypes,
                                 List<Object> constructorArgs)

createDeserializationProxy

public static Object createDeserializationProxy(Object target,
                                                Set<String> unloadedProperties,
                                                ObjectFactory objectFactory,
                                                List<Class<?>> constructorArgTypes,
                                                List<Object> constructorArgs)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.