org.apache.ibatis.executor
Class ResultExtractor
java.lang.Object
org.apache.ibatis.executor.ResultExtractor
public class ResultExtractor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultExtractor
public ResultExtractor(Configuration configuration,
ObjectFactory objectFactory)
extractObjectFromList
public Object extractObjectFromList(List<Object> list,
Class<?> targetType)
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.