com.ibatis.sqlmap.engine.mapping.result
public class AutoResultMap extends ResultMap
| Constructor Summary | |
|---|---|
| AutoResultMap(SqlMapExecutorDelegate delegate, boolean allowRemapping)
Constructor to pass in the SqlMapExecutorDelegate
| |
| Method Summary | |
|---|---|
| Object[] | getResults(StatementScope statementScope, ResultSet rs) |
| Object | setResultObjectValues(StatementScope statementScope, Object resultObject, Object[] values) |
Parameters: delegate - the delegate