public class ResultLoaderMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultLoaderMap.LoadPair
Property which was not loaded yet.
|
| Constructor and Description |
|---|
ResultLoaderMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoader(String property,
MetaObject metaResultObject,
ResultLoader resultLoader) |
Map<String,ResultLoaderMap.LoadPair> |
getProperties() |
Set<String> |
getPropertyNames() |
boolean |
hasLoader(String property) |
boolean |
load(String property) |
void |
loadAll() |
void |
remove(String property) |
int |
size() |
public void addLoader(String property, MetaObject metaResultObject, ResultLoader resultLoader)
public final Map<String,ResultLoaderMap.LoadPair> getProperties()
public int size()
public boolean hasLoader(String property)
public boolean load(String property) throws SQLException
SQLExceptionpublic void remove(String property)
public void loadAll()
throws SQLException
SQLExceptionCopyright © 2009–2021 MyBatis.org. All rights reserved.