org.apache.ibatis.executor.loader
Class ResultLoader
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoader
public class ResultLoader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST_INTERFACES
protected static final Class[] LIST_INTERFACES
SET_INTERFACES
protected static final Class[] SET_INTERFACES
configuration
protected final Configuration configuration
executor
protected final Executor executor
mappedStatement
protected final MappedStatement mappedStatement
parameterObject
protected final Object parameterObject
targetType
protected final Class targetType
loaded
protected boolean loaded
resultObject
protected Object resultObject
ResultLoader
public ResultLoader(Configuration config,
Executor executor,
MappedStatement mappedStatement,
Object parameterObject,
Class targetType)
loadResult
public Object loadResult()
throws SQLException
- Throws:
SQLException
wasNull
public boolean wasNull()
Copyright © 2010. All Rights Reserved.