Uses of Class
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLConnection
Packages that use OracleNoSQLConnection
-
Uses of OracleNoSQLConnection in org.eclipse.persistence.internal.nosql.adapters.sdk
Fields in org.eclipse.persistence.internal.nosql.adapters.sdk declared as OracleNoSQLConnectionModifier and TypeFieldDescriptionprotected OracleNoSQLConnectionOracleNoSQLConnectionMetaData.connectionprotected OracleNoSQLConnectionOracleNoSQLInteraction.connectionStore the connection the interaction was created from.protected OracleNoSQLConnectionOracleNoSQLTransaction.connectionConstructors in org.eclipse.persistence.internal.nosql.adapters.sdk with parameters of type OracleNoSQLConnectionModifierConstructorDescriptionOracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) Default constructor.OracleNoSQLInteraction(OracleNoSQLConnection connection) Default constructor.OracleNoSQLTransaction(OracleNoSQLConnection connection) Default constructor.