org.apache.ibatis.executor.loader
Class ResultLoader

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

public class ResultLoader
extends java.lang.Object


Field Summary
protected  Configuration configuration
           
protected  Executor executor
           
protected static java.lang.Class[] LIST_INTERFACES
           
protected  boolean loaded
           
protected  MappedStatement mappedStatement
           
protected  java.lang.Object parameterObject
           
protected  java.lang.Object resultObject
           
protected static java.lang.Class[] SET_INTERFACES
           
protected  java.lang.Class targetType
           
 
Constructor Summary
ResultLoader(Configuration config, Executor executor, MappedStatement mappedStatement, java.lang.Object parameterObject, java.lang.Class targetType)
           
 
Method Summary
 java.lang.Object loadResult()
           
 boolean wasNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_INTERFACES

protected static final java.lang.Class[] LIST_INTERFACES

SET_INTERFACES

protected static final java.lang.Class[] SET_INTERFACES

configuration

protected final Configuration configuration

executor

protected final Executor executor

mappedStatement

protected final MappedStatement mappedStatement

parameterObject

protected final java.lang.Object parameterObject

targetType

protected final java.lang.Class targetType

loaded

protected boolean loaded

resultObject

protected java.lang.Object resultObject
Constructor Detail

ResultLoader

public ResultLoader(Configuration config,
                    Executor executor,
                    MappedStatement mappedStatement,
                    java.lang.Object parameterObject,
                    java.lang.Class targetType)
Method Detail

loadResult

public java.lang.Object loadResult()
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

wasNull

public boolean wasNull()


Copyright © 2010. All Rights Reserved.