|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectResultSetMapper
DefaultObjectResultSetMapper
DefaultXmlObjectResultSetMapper
public class DefaultXmlObjectResultSetMapper
Default ResultSetMapper implementation for XmlObjects.
Field Summary |
---|
Fields inherited from class DefaultObjectResultSetMapper |
---|
_tmf |
Constructor Summary | |
---|---|
DefaultXmlObjectResultSetMapper()
|
Method Summary | |
---|---|
Object |
mapToResultType(ControlBeanContext context,
Method m,
ResultSet resultSet,
Calendar cal)
Map a ResultSet to an XmlObject. |
Methods inherited from class DefaultObjectResultSetMapper |
---|
arrayFromResultSet |
Methods inherited from class ResultSetMapper |
---|
canCloseResultSet |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultXmlObjectResultSetMapper()
Method Detail |
---|
public Object mapToResultType(ControlBeanContext context, Method m, ResultSet resultSet, Calendar cal)
mapToResultType
in class DefaultObjectResultSetMapper
context
- A ControlBeanContext instance.m
- Method associated with this call.resultSet
- Result set to map.cal
- A Calendar instance for resolving date/time values.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |