Class OracleNoSQLInteraction
java.lang.Object
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLInteraction
- All Implemented Interfaces:
Interaction
Interaction to Oracle NoSQL JCA adapter.
- Since:
- EclipseLink 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OracleNoSQLConnectionStore the connection the interaction was created from. -
Constructor Summary
ConstructorsConstructorDescriptionOracleNoSQLInteraction(OracleNoSQLConnection connection) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()execute(InteractionSpec spec, Record record) Execute the interaction and return output record.booleanexecute(InteractionSpec spec, Record input, Record output) Output records are not supported/required.
-
Field Details
-
connection
Store the connection the interaction was created from.
-
-
Constructor Details
-
OracleNoSQLInteraction
Default constructor.
-
-
Method Details
-
clearWarnings
public void clearWarnings()- Specified by:
clearWarningsin interfaceInteraction
-
close
public void close()- Specified by:
closein interfaceInteraction
-
execute
Output records are not supported/required.- Specified by:
executein interfaceInteraction- Throws:
ResourceException
-
execute
Execute the interaction and return output record. The spec is either GET, PUT or DELETE interaction.- Specified by:
executein interfaceInteraction- Throws:
ResourceException
-
getConnection
- Specified by:
getConnectionin interfaceInteraction
-
getWarnings
- Specified by:
getWarningsin interfaceInteraction
-