org.apache.ibatis.executor.loader
Class ResultLoaderMap

java.lang.Object
  extended by org.apache.ibatis.executor.loader.ResultLoaderMap
All Implemented Interfaces:
Serializable

public class ResultLoaderMap
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ResultLoaderMap()
           
 
Method Summary
 void addLoader(String property, MetaObject metaResultObject, ResultLoader resultLoader)
           
 boolean hasLoader(String methodName)
           
 boolean load(String property)
           
 void loadAll()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultLoaderMap

public ResultLoaderMap()
Method Detail

addLoader

public void addLoader(String property,
                      MetaObject metaResultObject,
                      ResultLoader resultLoader)

size

public int size()
         throws SQLException
Throws:
SQLException

hasLoader

public boolean hasLoader(String methodName)
                  throws SQLException
Throws:
SQLException

load

public boolean load(String property)
             throws SQLException
Throws:
SQLException

loadAll

public void loadAll()
             throws SQLException
Throws:
SQLException


Copyright © 2010. All Rights Reserved.