org.apache.ibatis.executor.loader
Class ResultLoaderMap
java.lang.Object
org.apache.ibatis.executor.loader.ResultLoaderMap
public class ResultLoaderMap
- extends Object
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)
getPropertyNames
public Set<String> getPropertyNames()
size
public int size()
hasLoader
public boolean hasLoader(String property)
load
public boolean load(String property)
throws SQLException
- Throws:
SQLException
loadAll
public void loadAll()
throws SQLException
- Throws:
SQLException
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.