org.apache.ibatis.executor.loader
Class ResultLoaderMap
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoaderMap
- All Implemented Interfaces:
- Serializable
public class ResultLoaderMap
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultLoaderMap
public ResultLoaderMap()
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.