Uses of Interface
org.eclipse.persistence.eis.RecordConverter
-
Packages that use RecordConverter Package Description org.eclipse.persistence.eis -
-
Uses of RecordConverter in org.eclipse.persistence.eis
Fields in org.eclipse.persistence.eis declared as RecordConverter Modifier and Type Field Description protected RecordConverterEISPlatform. recordConverterCan be used to convert from an adapter specific record.Methods in org.eclipse.persistence.eis that return RecordConverter Modifier and Type Method Description RecordConverterEISPlatform. getRecordConverter()Return the record converter.Methods in org.eclipse.persistence.eis with parameters of type RecordConverter Modifier and Type Method Description voidEISPlatform. setRecordConverter(RecordConverter recordConverter)Set the record converter.
-