EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.eis
Interface RecordConverter


public interface RecordConverter

The RecordConverter interface allows conversion of an adapter specific record. This can be used with the EISPlatform to allow user code to convert between the JCA-CCI Record used by the adapter and TopLink. This can also be used to convert a proprietary adatper record format or contents into XML, Mapped or Indexed data.

Author:
James
Since:
OracleAS TopLink 10g (10.0.3)

Method Summary
 Record converterFromAdapterRecord(Record record)
           
 Record converterToAdapterRecord(Record record)
           
 

Method Detail

converterFromAdapterRecord

Record converterFromAdapterRecord(Record record)

converterToAdapterRecord

Record converterToAdapterRecord(Record record)

EclipseLink 1.0_1.0M2 API Reference - Incubation