|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.mapping.result.loader.EnhancedLazyResultLoader
Class to lazily load results into objects (uses CGLib to improve performance)
| Constructor Summary | |
EnhancedLazyResultLoader(ExtendedSqlMapClient client,
java.lang.String statementName,
java.lang.Object parameterObject,
java.lang.Class targetType)
Constructor for an enhanced lazy list loader |
|
| Method Summary | |
java.lang.Object |
loadResult()
Loads the result |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnhancedLazyResultLoader(ExtendedSqlMapClient client,
java.lang.String statementName,
java.lang.Object parameterObject,
java.lang.Class targetType)
client - - the client that is creating the lazy liststatementName - - the statement to be used to build the listparameterObject - - the parameter object to be used to build the listtargetType - - the type we are putting data into| Method Detail |
public java.lang.Object loadResult()
throws java.sql.SQLException
java.sql.SQLException - if there is a problem
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||