Class OracleNoSQLJCAConnectionSpec

  • All Implemented Interfaces:
    jakarta.resource.cci.ConnectionSpec

    public class OracleNoSQLJCAConnectionSpec
    extends Object
    implements jakarta.resource.cci.ConnectionSpec
    Defines connection information for connecting to Oracle NoSQL.
    Since:
    EclipseLink 2.4
    Author:
    James
    • Field Detail

      • store

        protected String store
        NoSQL store name.
      • hosts

        protected List<String> hosts
        NoSQL hosts and ports (localhost:5000).
    • Constructor Detail

      • OracleNoSQLJCAConnectionSpec

        public OracleNoSQLJCAConnectionSpec()
        PUBLIC: Default constructor.
      • OracleNoSQLJCAConnectionSpec

        public OracleNoSQLJCAConnectionSpec​(String store,
                                            String host)
        PUBLIC: Construct the spec with the default directory.