|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibatis.sqlmap.engine.mapping.result.BasicResultMap com.ibatis.sqlmap.engine.mapping.result.AutoResultMap
An automatic result map for simple stuff
Field Summary |
Fields inherited from class com.ibatis.sqlmap.engine.mapping.result.BasicResultMap |
allowRemapping |
Fields inherited from interface com.ibatis.sqlmap.engine.mapping.result.ResultMap |
NO_VALUE |
Constructor Summary | |
AutoResultMap(SqlMapExecutorDelegate delegate,
boolean allowRemapping)
Constructor to pass in the SqlMapExecutorDelegate |
Method Summary | |
java.lang.Object[] |
getResults(RequestScope request,
java.sql.ResultSet rs)
Read a row from a resultset and map results to an array. |
Methods inherited from class com.ibatis.sqlmap.engine.mapping.result.BasicResultMap |
addGroupByProperty, addNestedResultMappings, doNullMapping, getDataExchange, getDelegate, getDiscriminator, getId, getNestedResultMappings, getNestedSelectMappingValue, getPrimitiveResultMappingValue, getResource, getResultClass, getResultCount, getResultMappings, getUniqueKey, getUniqueKey, getXmlName, groupByProps, hasGroupBy, resolveSubMap, setDataExchange, setDiscriminator, setId, setNestedResultMappingValue, setResource, setResultClass, setResultMappingList, setResultObjectValues, setXmlName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutoResultMap(SqlMapExecutorDelegate delegate, boolean allowRemapping)
delegate
- - the delegateMethod Detail |
public java.lang.Object[] getResults(RequestScope request, java.sql.ResultSet rs) throws java.sql.SQLException
BasicResultMap
getResults
in interface ResultMap
getResults
in class BasicResultMap
request
- scope of the requestrs
- ResultSet to read from
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |