org.apache.ibatis.executor.loader
Class ResultLoaderMap.LoadPair

java.lang.Object
  extended by 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

Method Summary
 void load()
           
 void load(Object userObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.