com.ibatis.sqlmap.engine.mapping.result.loader
Class ResultLoader
java.lang.Object
com.ibatis.sqlmap.engine.mapping.result.loader.ResultLoader
- public class ResultLoader
- extends java.lang.Object
Class to load results into objects
Method Summary |
protected static java.lang.Object |
getResult(ExtendedSqlMapClient client,
java.lang.String statementName,
java.lang.Object parameterObject,
java.lang.Class targetType)
|
static java.lang.Object |
loadResult(ExtendedSqlMapClient client,
java.lang.String statementName,
java.lang.Object parameterObject,
java.lang.Class targetType)
Loads a result lazily |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loadResult
public static java.lang.Object loadResult(ExtendedSqlMapClient client,
java.lang.String statementName,
java.lang.Object parameterObject,
java.lang.Class targetType)
throws java.sql.SQLException
- Loads a result lazily
- Parameters:
client
- - the client creating the objectstatementName
- - the name of the statement to be usedparameterObject
- - the parameters for the statementtargetType
- - the target type of the result
- Returns:
- the loaded result
- Throws:
java.sql.SQLException
getResult
protected static java.lang.Object getResult(ExtendedSqlMapClient client,
java.lang.String statementName,
java.lang.Object parameterObject,
java.lang.Class targetType)
throws java.sql.SQLException
- Throws:
java.sql.SQLException