Class ResultLoader

java.lang.Object
org.apache.ibatis.executor.loader.ResultLoader

public class ResultLoader extends Object
Author:
Clinton Begin
  • Field Details Link icon

    • configuration Link icon

      protected final Configuration configuration
    • executor Link icon

      protected final Executor executor
    • mappedStatement Link icon

      protected final MappedStatement mappedStatement
    • parameterObject Link icon

      protected final Object parameterObject
    • targetType Link icon

      protected final Class<?> targetType
    • objectFactory Link icon

      protected final ObjectFactory objectFactory
    • cacheKey Link icon

      protected final CacheKey cacheKey
    • boundSql Link icon

      protected final BoundSql boundSql
    • resultExtractor Link icon

      protected final ResultExtractor resultExtractor
    • creatorThreadId Link icon

      protected final long creatorThreadId
    • loaded Link icon

      protected boolean loaded
    • resultObject Link icon

      protected Object resultObject
  • Constructor Details Link icon

  • Method Details Link icon