| java.lang.Object com.ibatis.sqlmap.engine.mapping.result.loader.EnhancedLazyResultLoader
EnhancedLazyResultLoader | public class EnhancedLazyResultLoader (Code) | | Class to lazily load results into objects (uses CGLib to improve performance)
|
EnhancedLazyResultLoader | public EnhancedLazyResultLoader(ExtendedSqlMapClient client, String statementName, Object parameterObject, Class targetType)(Code) | | Constructor for an enhanced lazy list loader
Parameters: client - - the client that is creating the lazy list Parameters: statementName - - the statement to be used to build the list Parameters: parameterObject - - the parameter object to be used to build the list Parameters: targetType - - the type we are putting data into |
|
|