|
spring-tx | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
protected class MappingRecordOperation.RecordExtractorImpl
Implementation of RecordExtractor that calls the enclosing
class's extractOutputData method.
| Constructor Summary | |
|---|---|
protected |
MappingRecordOperation.RecordExtractorImpl()
|
| Method Summary | |
|---|---|
java.lang.Object |
extractData(javax.resource.cci.Record record)
Process the data in the given Record, creating a corresponding result object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MappingRecordOperation.RecordExtractorImpl()
| Method Detail |
|---|
public java.lang.Object extractData(javax.resource.cci.Record record)
throws javax.resource.ResourceException,
java.sql.SQLException,
DataAccessException
RecordExtractor
extractData in interface RecordExtractorrecord - the Record to extract data from
(possibly a CCI ResultSet)
null if none
(the extractor will typically be stateful in the latter case)
javax.resource.ResourceException - if thrown by a CCI method, to be auto-converted
to a DataAccessException
java.sql.SQLException - if thrown by a ResultSet method, to be auto-converted
to a DataAccessException
DataAccessException - in case of custom exceptionsResultSet
|
spring-tx | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||