Class ResultLoader
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoader
- Author:
- Clinton Begin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BoundSql
protected CacheKey
protected Configuration
protected long
protected Executor
protected boolean
protected MappedStatement
protected ObjectFactory
protected Object
protected ResultExtractor
protected Object
protected Class<?>
-
Constructor Summary
ConstructorsConstructorDescriptionResultLoader(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()
-