org.apache.ibatis.executor
Class ResultExtractor

java.lang.Object
  extended by org.apache.ibatis.executor.ResultExtractor

public class ResultExtractor
extends Object


Constructor Summary
ResultExtractor(Configuration configuration, ObjectFactory objectFactory)
           
 
Method Summary
 Object extractObjectFromList(List<Object> list, Class<?> targetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultExtractor

public ResultExtractor(Configuration configuration,
                       ObjectFactory objectFactory)
Method Detail

extractObjectFromList

public Object extractObjectFromList(List<Object> list,
                                    Class<?> targetType)


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