Class ResultLoaderMap.LoadPair
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
- All Implemented Interfaces:
Serializable
- Enclosing class:
ResultLoaderMap
Property which was not loaded yet.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Class
<?> Factory class through which we get database connection.private static final String
Name of factory method which returns database connection.private Log
Wow, logger.private Serializable
Parameter of the sql statement.private String
ID of SQL statement which loads the property.private MetaObject
Meta object which sets loaded properties.private String
Name of the unread property.private ResultLoader
Result loader which loads unread properties.private final Object
Object to check whether we went through serialization..private static final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
LoadPair
(String property, MetaObject metaResultObject, ResultLoader resultLoader) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
FACTORY_METHOD
Name of factory method which returns database connection.- See Also:
-
serializationCheck
Object to check whether we went through serialization.. -
metaResultObject
Meta object which sets loaded properties. -
resultLoader
Result loader which loads unread properties. -
log
Wow, logger. -
configurationFactory
Factory class through which we get database connection. -
property
Name of the unread property. -
mappedStatement
ID of SQL statement which loads the property. -
mappedParameter
Parameter of the sql statement.
-
-
Constructor Details
-
LoadPair
-
-
Method Details
-
load
- Throws:
SQLException
-
load
- Throws:
SQLException
-
getConfiguration
-
getLogger
-