Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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.

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

Method Summary
 javax.resource.cci.Record converterFromAdapterRecord(javax.resource.cci.Record record)
           
 javax.resource.cci.Record converterToAdapterRecord(javax.resource.cci.Record record)
           

 

Method Detail

converterFromAdapterRecord

javax.resource.cci.Record converterFromAdapterRecord(javax.resource.cci.Record record)

converterToAdapterRecord

javax.resource.cci.Record converterToAdapterRecord(javax.resource.cci.Record record)

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.