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
Modifier and TypeFieldDescriptionprotected OracleNoSQLConnection
Store the connection the interaction was created from. -
Constructor Summary
ConstructorDescriptionOracleNoSQLInteraction
(OracleNoSQLConnection connection) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
execute
(InteractionSpec spec, Record record) Execute the interaction and return output record.boolean
execute
(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:
clearWarnings
in interfaceInteraction
-
close
public void close()- Specified by:
close
in interfaceInteraction
-
execute
Output records are not supported/required.- Specified by:
execute
in interfaceInteraction
- Throws:
ResourceException
-
execute
Execute the interaction and return output record. The spec is either GET, PUT or DELETE interaction.- Specified by:
execute
in interfaceInteraction
- Throws:
ResourceException
-
getConnection
- Specified by:
getConnection
in interfaceInteraction
-
getWarnings
- Specified by:
getWarnings
in interfaceInteraction
-