Uses of Class
org.eclipse.persistence.eis.interactions.EISInteraction
Package
Description
-
Uses of EISInteraction in org.eclipse.persistence.eis
Modifier and TypeMethodDescriptionEISPlatform.buildInteractionSpec
(EISInteraction interaction) Allow the platform to build the interaction spec based on properties defined in the interaction.EISPlatform.buildRow
(Record record, EISInteraction interaction, EISAccessor accessor) INTERNAL: Allow the platform to handle record to row conversion.EISPlatform.buildRows
(Record record, EISInteraction interaction, EISAccessor accessor) Allow the platform to handle record to row conversion.EISPlatform.createDatabaseRowFromDOMRecord
(Record record, EISInteraction call, EISAccessor accessor) INTERNAL: Allow the platform to handle the creation of the Record for the DOM record.EISPlatform.createInputRecord
(EISInteraction interaction, EISAccessor accessor) Allow the platform to create the appropriate type of record for the interaction.EISPlatform.createOutputRecord
(EISInteraction interaction, AbstractRecord translationRow, EISAccessor accessor) Allow the platform to create the appropriate type of record for the interaction.void
EISPlatform.setDOMInRecord
(Element dom, Record record, EISInteraction call, EISAccessor accessor) Stores the XML DOM value into the record. -
Uses of EISInteraction in org.eclipse.persistence.eis.adapters.aq
Modifier and TypeMethodDescriptionAQPlatform.buildInteractionSpec
(EISInteraction interaction) Allow the platform to build the interaction spec based on properties defined in the interaction.AQPlatform.createDatabaseRowFromDOMRecord
(Record record, EISInteraction call, EISAccessor accessor) Allow the platform to handle the creation of the Record for the DOM record.void
AQPlatform.setDOMInRecord
(Element dom, Record record, EISInteraction call, EISAccessor accessor) Stores the XML DOM value into the record. -
Uses of EISInteraction in org.eclipse.persistence.eis.adapters.jms
Modifier and TypeMethodDescriptionJMSPlatform.buildInteractionSpec
(EISInteraction interaction) Allow the platform to build the interaction spec based on properties defined in the interaction.JMSPlatform.createDatabaseRowFromDOMRecord
(Record record, EISInteraction call, EISAccessor accessor) Allow the platform to handle the creation of the Record for the DOM record.void
JMSPlatform.setDOMInRecord
(Element dom, Record record, EISInteraction call, EISAccessor accessor) Stores the XML DOM value into the record. -
Uses of EISInteraction in org.eclipse.persistence.eis.adapters.xmlfile
Modifier and TypeMethodDescriptionXMLFilePlatform.buildInteractionSpec
(EISInteraction interaction) Allow the platform to build the interaction spec based on properties defined in the interaction. -
Uses of EISInteraction in org.eclipse.persistence.eis.interactions
Modifier and TypeClassDescriptionclass
Defines the specification for a call to a JCA interaction that uses indexed records.class
Defines the specification for a call to a JCA interaction using Mapped records.class
Defines the specification for a call to a JCA interaction that uses a query string.class
Defines the specification for a call to a JCA interaction that uses XML.class
Defines the specification for a call to a JCA interaction that uses XQuery. -
Uses of EISInteraction in org.eclipse.persistence.internal.nosql.adapters.sdk
ModifierConstructorDescriptionOracleNoSQLInteractionSpec
(EISInteraction interaction) Default constructor. -
Uses of EISInteraction in org.eclipse.persistence.nosql.adapters.mongo
Modifier and TypeMethodDescriptionMongoPlatform.buildInteractionSpec
(EISInteraction interaction) Allow the platform to build the interaction spec based on properties defined in the interaction.MongoPlatform.createOutputRecord
(EISInteraction interaction, AbstractRecord translationRow, EISAccessor accessor) For updates a separate translation record is required. -
Uses of EISInteraction in org.eclipse.persistence.nosql.adapters.nosql
Modifier and TypeMethodDescriptionOracleNoSQLPlatform.buildInteractionSpec
(EISInteraction interaction) Deprecated.Allow the platform to build the interaction spec based on properties defined in the interaction.OracleNoSQLPlatform.buildRow
(Record record, EISInteraction interaction, EISAccessor accessor) Deprecated.INTERNAL: Allow the platform to handle record to row conversion.OracleNoSQLPlatform.buildRows
(Record record, EISInteraction interaction, EISAccessor accessor) Deprecated.Allow the platform to handle record to row conversion.OracleNoSQLPlatform.createDatabaseRowFromDOMRecord
(Record record, EISInteraction call, EISAccessor accessor) Deprecated.Allow the platform to handle the creation of the Record for the DOM record.OracleNoSQLPlatform.createInputRecord
(EISInteraction interaction, EISAccessor accessor) Deprecated.Allow the platform to create the appropriate type of record for the interaction.protected Object
OracleNoSQLPlatform.createMajorKey
(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) Deprecated.NoSQL stores the data in a single big map.void
OracleNoSQLPlatform.setDOMInRecord
(Element dom, Record record, EISInteraction interaction, EISAccessor accessor) Deprecated.Stores the XML DOM value into the record. -
Uses of EISInteraction in org.eclipse.persistence.nosql.adapters.sdk
Modifier and TypeMethodDescriptionOracleNoSQLPlatform.buildInteractionSpec
(EISInteraction interaction) Allow the platform to build the interaction spec based on properties defined in the interaction.OracleNoSQLPlatform.buildRow
(Record record, EISInteraction interaction, EISAccessor accessor) INTERNAL: Allow the platform to handle record to row conversion.OracleNoSQLPlatform.buildRows
(Record record, EISInteraction interaction, EISAccessor accessor) Allow the platform to handle record to row conversion.OracleNoSQLPlatform.createDatabaseRowFromDOMRecord
(Record record, EISInteraction call, EISAccessor accessor) Allow the platform to handle the creation of the Record for the DOM record.OracleNoSQLPlatform.createInputRecord
(EISInteraction interaction, EISAccessor accessor) Allow the platform to create the appropriate type of record for the interaction.protected Object
OracleNoSQLPlatform.createMajorKey
(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) NoSQL stores the data in a single big map.void
OracleNoSQLPlatform.setDOMInRecord
(Element dom, Record record, EISInteraction interaction, EISAccessor accessor) Stores the XML DOM value into the record.