-
public interface RecordConverterThe
RecordConverterinterface allows conversion of an adapter specific record. This can be used with theEISPlatformto allow user code to convert between the JCA-CCI Record used by the adapter and EclipeLink. This can also be used to convert a proprietary adapter record format or contents into XML, Mapped or Indexed data.- Since:
- OracleAS TopLink 10g (10.0.3)
- Author:
- James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.resource.cci.RecordconverterFromAdapterRecord(jakarta.resource.cci.Record record)jakarta.resource.cci.RecordconverterToAdapterRecord(jakarta.resource.cci.Record record)
-