|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectResultSetMapper
DefaultResultSetMapper
public class DefaultResultSetMapper
Default ResultSetMapper implementation for ResultSets.
Constructor Summary | |
---|---|
DefaultResultSetMapper()
|
Method Summary | |
---|---|
boolean |
canCloseResultSet()
Can the ResultSet which this mapper uses be closed by the database control? |
Object |
mapToResultType(ControlBeanContext context,
Method m,
ResultSet resultSet,
Calendar cal)
Maps a ResultSet to a ResultSet. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultResultSetMapper()
Method Detail |
---|
public Object mapToResultType(ControlBeanContext context, Method m, ResultSet resultSet, Calendar cal)
mapToResultType
in class ResultSetMapper
context
- 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 |