Class ResultLoader
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoader
- Author:
- Clinton Begin
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final BoundSqlprotected final CacheKeyprotected final Configurationprotected final longprotected final Executorprotected booleanprotected final MappedStatementprotected final ObjectFactoryprotected final Objectprotected final ResultExtractorprotected Objectprotected final Class<?> 
- 
Constructor SummaryConstructorsConstructorDescriptionResultLoader(Configuration config, Executor executor, MappedStatement mappedStatement, Object parameterObject, Class<?> targetType, CacheKey cacheKey, BoundSql boundSql) 
- 
Method Summary
- 
Field Details- 
configuration
- 
executor
- 
mappedStatement
- 
parameterObject
- 
targetType
- 
objectFactory
- 
cacheKey
- 
boundSql
- 
resultExtractor
- 
creatorThreadIdprotected final long creatorThreadId
- 
loadedprotected boolean loaded
- 
resultObject
 
- 
- 
Constructor Details- 
ResultLoaderpublic ResultLoader(Configuration config, Executor executor, MappedStatement mappedStatement, Object parameterObject, Class<?> targetType, CacheKey cacheKey, BoundSql boundSql) 
 
- 
- 
Method Details- 
loadResult- Throws:
- SQLException
 
- 
wasNullpublic boolean wasNull()
 
-