Class ResultLoader
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoader
- Author:
- Clinton Begin
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BoundSql
protected final CacheKey
protected final Configuration
protected final long
protected final Executor
protected boolean
protected final MappedStatement
protected final ObjectFactory
protected final Object
protected final ResultExtractor
protected Object
protected final Class<?>
-
Constructor Summary
ConstructorDescriptionResultLoader
(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
-
creatorThreadId
protected final long creatorThreadId -
loaded
protected boolean loaded -
resultObject
-
-
Constructor Details
-
ResultLoader
public ResultLoader(Configuration config, Executor executor, MappedStatement mappedStatement, Object parameterObject, Class<?> targetType, CacheKey cacheKey, BoundSql boundSql)
-
-
Method Details
-
loadResult
- Throws:
SQLException
-
wasNull
public boolean wasNull()
-