org.apache.ibatis.executor.loader
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
load
public void load()
throws SQLException
- Throws:
SQLException
load
public void load(Object userObject)
throws SQLException
- Throws:
SQLException
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.