Uses of Class
org.eclipse.persistence.eis.EISAccessor
-
Packages that use EISAccessor Package Description org.eclipse.persistence.eis org.eclipse.persistence.eis.interactions -
-
Uses of EISAccessor in org.eclipse.persistence.eis
Fields in org.eclipse.persistence.eis declared as EISAccessor Modifier and Type Field Description protected EISAccessorEISMappedRecord. accessorMethods in org.eclipse.persistence.eis that return EISAccessor Modifier and Type Method Description EISAccessorEISMappedRecord. getAccessor()Return the accessor.Methods in org.eclipse.persistence.eis with parameters of type EISAccessor Modifier and Type Method Description AbstractRecordEISPlatform. buildRow(jakarta.resource.cci.Record record, EISInteraction interaction, EISAccessor accessor)INTERNAL: Allow the platform to handle record to row conversion.Vector<AbstractRecord>EISPlatform. buildRows(jakarta.resource.cci.Record record, EISInteraction interaction, EISAccessor accessor)Allow the platform to handle record to row conversion.jakarta.resource.cci.ConnectionEISConnectionSpec. connectToDataSource(EISAccessor accessor, Properties properties)Connect with the specified properties and return the Connection.AbstractRecordEISPlatform. createDatabaseRowFromDOMRecord(jakarta.resource.cci.Record record, EISInteraction call, EISAccessor accessor)INTERNAL: Allow the platform to handle the creation of the Record for the DOM record.jakarta.resource.cci.RecordEISPlatform. createDOMRecord(String recordName, EISAccessor accessor)Allow the platform to handle the creation of the DOM record.jakarta.resource.cci.RecordEISPlatform. createInputRecord(EISInteraction interaction, EISAccessor accessor)Allow the platform to create the appropriate type of record for the interaction.jakarta.resource.cci.RecordEISPlatform. createOutputRecord(EISInteraction interaction, AbstractRecord translationRow, EISAccessor accessor)Allow the platform to create the appropriate type of record for the interaction.ObjectEISPlatform. getValueFromRecord(String key, jakarta.resource.cci.MappedRecord record, EISAccessor accessor)Retrieves the field value from the record.static EISExceptionEISException. resourceException(jakarta.resource.ResourceException resourceException, EISAccessor accessor, AbstractSession session)static EISExceptionEISException. resourceException(jakarta.resource.ResourceException resourceException, Call call, EISAccessor accessor, AbstractSession session)static EISExceptionEISException. resourceException(Exception resourceException, EISAccessor accessor, AbstractSession session)voidEISMappedRecord. setAccessor(EISAccessor accessor)Set the accessor.voidEISPlatform. setDOMInRecord(Element dom, jakarta.resource.cci.Record record, EISInteraction call, EISAccessor accessor)Stores the XML DOM value into the record.voidEISPlatform. setValueInRecord(String key, Object value, jakarta.resource.cci.MappedRecord record, EISAccessor accessor)Stores the field value into the record.Constructors in org.eclipse.persistence.eis with parameters of type EISAccessor Constructor Description EISMappedRecord(Map record, EISAccessor accessor)Create a database row wrapper for the record. -
Uses of EISAccessor in org.eclipse.persistence.eis.interactions
Methods in org.eclipse.persistence.eis.interactions with parameters of type EISAccessor Modifier and Type Method Description abstract AbstractRecordEISInteraction. buildRow(jakarta.resource.cci.Record record, EISAccessor accessor)INTERNAL: Build a database row from the record returned from the interaction.AbstractRecordIndexedInteraction. buildRow(jakarta.resource.cci.Record record, EISAccessor accessor)Build a database row from the record returned from the interaction.AbstractRecordMappedInteraction. buildRow(jakarta.resource.cci.Record record, EISAccessor accessor)Build a database row from the record returned from the interaction.AbstractRecordXMLInteraction. buildRow(jakarta.resource.cci.Record record, EISAccessor accessor)Build a database row from the record returned from the interaction.Vector<AbstractRecord>EISInteraction. buildRows(jakarta.resource.cci.Record record, EISAccessor accessor)Build a collection of database rows from the Record returned from the interaction.Vector<AbstractRecord>XMLInteraction. buildRows(jakarta.resource.cci.Record record, EISAccessor accessor)Build a collection of database rows from the Record returned from the interaction.ElementXMLInteraction. createInputDOM(EISAccessor accessor)Create a DOM for this interaction.ElementXQueryInteraction. createInputDOM(EISAccessor accessor)Create a DOM for this interaction.abstract jakarta.resource.cci.RecordEISInteraction. createInputRecord(EISAccessor accessor)Create the appropriate input record for this interaction.jakarta.resource.cci.RecordIndexedInteraction. createInputRecord(EISAccessor accessor)Create an indexed input record for this interaction.jakarta.resource.cci.RecordMappedInteraction. createInputRecord(EISAccessor accessor)Create a mapped input record for this interaction.jakarta.resource.cci.RecordXMLInteraction. createInputRecord(EISAccessor accessor)Create a DOM input record for this interaction.ObjectEISInteraction. createRecordElement(String elementName, Object value, EISAccessor accessor)Create the appropriate record element for the data value.jakarta.resource.cci.RecordMappedInteraction. createTranslationRecord(AbstractRecord transaltionRow, EISAccessor accessor)Create a mapped input record for this interaction.
-