Uses of Class
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLConnection
-
Packages that use OracleNoSQLConnection Package Description org.eclipse.persistence.internal.nosql.adapters.sdk -
-
Uses of OracleNoSQLConnection in org.eclipse.persistence.internal.nosql.adapters.sdk
Fields in org.eclipse.persistence.internal.nosql.adapters.sdk declared as OracleNoSQLConnection Modifier and Type Field Description protected 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 OracleNoSQLConnection Constructor Description OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection)Default constructor.OracleNoSQLInteraction(OracleNoSQLConnection connection)Default constructor.OracleNoSQLTransaction(OracleNoSQLConnection connection)Default constructor.
-