protected class

MappingRecordOperation.RecordExtractorImpl

extends Object
implements RecordExtractor<T>
java.lang.Object
   ↳ org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl

Class Overview

Implementation of RecordExtractor that calls the enclosing class's extractOutputData method.

Summary

Protected Constructors
MappingRecordOperation.RecordExtractorImpl()
Public Methods
Object extractData(Record record)
Process the data in the given Record, creating a corresponding result object.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.jca.cci.core.RecordExtractor

Protected Constructors

protected MappingRecordOperation.RecordExtractorImpl ()

Public Methods

public Object extractData (Record record)

Process the data in the given Record, creating a corresponding result object.

Parameters
record the Record to extract data from (possibly a CCI ResultSet)
Returns
  • an arbitrary result object, or null if none (the extractor will typically be stateful in the latter case)
Throws
DataAccessException
ResourceException
SQLException