|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.mapping.result.ResultMap
com.ibatis.sqlmap.engine.mapping.result.AutoResultMap
public class AutoResultMap
An automatic result map for simple stuff
| Field Summary |
|---|
| Fields inherited from class com.ibatis.sqlmap.engine.mapping.result.ResultMap |
|---|
allowRemapping, delegate, NO_VALUE |
| Constructor Summary | |
|---|---|
AutoResultMap(SqlMapExecutorDelegate delegate,
boolean allowRemapping)
Constructor to pass in the SqlMapExecutorDelegate |
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getResults(StatementScope statementScope,
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.ResultMap |
|---|
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 delegate| Method Detail |
|---|
public java.lang.Object[] getResults(StatementScope statementScope,
java.sql.ResultSet rs)
throws java.sql.SQLException
ResultMap
getResults in class ResultMapstatementScope - 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 | |||||||||