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
EclipeLink. This can also be used to convert a proprietary adapter record
format or contents into XML, Mapped or Indexed data.
Modifier and Type | Method and Description |
---|---|
jakarta.resource.cci.Record |
converterFromAdapterRecord(jakarta.resource.cci.Record record) |
jakarta.resource.cci.Record |
converterToAdapterRecord(jakarta.resource.cci.Record record) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.