Class ResultLoaderMap.LoadPair

java.lang.Object
org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
All Implemented Interfaces:
Serializable
Enclosing class:
ResultLoaderMap

public static class ResultLoaderMap.LoadPair extends Object implements Serializable
Property which was not loaded yet.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • FACTORY_METHOD

      private static final String FACTORY_METHOD
      Name of factory method which returns database connection.
      See Also:
    • serializationCheck

      private final transient Object serializationCheck
      Object to check whether we went through serialization..
    • metaResultObject

      private transient MetaObject metaResultObject
      Meta object which sets loaded properties.
    • resultLoader

      private transient ResultLoader resultLoader
      Result loader which loads unread properties.
    • log

      private transient Log log
      Wow, logger.
    • configurationFactory

      private Class<?> configurationFactory
      Factory class through which we get database connection.
    • property

      private String property
      Name of the unread property.
    • mappedStatement

      private String mappedStatement
      ID of SQL statement which loads the property.
    • mappedParameter

      private Serializable mappedParameter
      Parameter of the sql statement.
  • Constructor Details

  • Method Details