|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectResultSetMapper
DefaultRowSetResultSetMapper
public class DefaultRowSetResultSetMapper
Default ResultSetMapper implementation for RowSets.
| Constructor Summary | |
|---|---|
DefaultRowSetResultSetMapper()
|
|
| Method Summary | |
|---|---|
boolean |
canCloseResultSet()
Can the ResultSet which this mapper uses be closed by the database control? |
RowSet |
mapToResultType(ControlBeanContext context,
Method m,
ResultSet resultSet,
Calendar cal)
Map a ResultSet to a RowSet. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRowSetResultSetMapper()
| Method Detail |
|---|
public RowSet mapToResultType(ControlBeanContext context,
Method m,
ResultSet resultSet,
Calendar cal)
mapToResultType in class ResultSetMappercontext - A ControlBeanContext instance.m - Method assoicated with this call.resultSet - Result set to map.cal - A Calendar instance for resolving date/time values.
public boolean canCloseResultSet()
canCloseResultSet in class ResultSetMapper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||