com.ibatis.sqlmap.engine.mapping.result.loader
public class ResultLoader extends Object
| Method Summary | |
|---|---|
| protected static Object | getResult(SqlMapClientImpl client, String statementName, Object parameterObject, Class targetType) |
| static Object | loadResult(SqlMapClientImpl client, String statementName, Object parameterObject, Class targetType)
Loads a result lazily
|
Parameters: client - the client creating the object statementName - the name of the statement to be used parameterObject - the parameters for the statement targetType - the target type of the result
Returns: the loaded result
Throws: SQLException