org.apache.ibatis.executor.loader
Class ResultLoaderMap
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoaderMap
- All Implemented Interfaces:
- java.io.Serializable
public class ResultLoaderMap
- extends java.lang.Object
- implements java.io.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(java.lang.String property,
MetaObject metaResultObject,
ResultLoader resultLoader)
size
public int size()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
hasLoader
public boolean hasLoader(java.lang.String methodName)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
load
public boolean load(java.lang.String property)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
loadAll
public void loadAll()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2010. All Rights Reserved.