Class JKConstants.Mongo

java.lang.Object
com.jk.core.config.JKConstants.Mongo
Enclosing class:
JKConstants

public static class JKConstants.Mongo extends Object
This class provides constants related to Mongo.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • PROPERTY_NOSQL_DB_URL

      public static final String PROPERTY_NOSQL_DB_URL
      Represents the configuration property for specifying the URL of the Mongo NoSQL database.
      See Also:
    • PROPERTY_NOSQL_DB_NAME

      public static final String PROPERTY_NOSQL_DB_NAME
      Represents the configuration property for specifying the name of the Mongo NoSQL database.
      See Also:
    • PROPERTY_NOSQL_USER

      public static final String PROPERTY_NOSQL_USER
      Represents the configuration property for specifying the username for accessing the Mongo NoSQL database.
      See Also:
    • PROPERTY_NOSQL_PASSWORD

      public static final String PROPERTY_NOSQL_PASSWORD
      Represents the configuration property for specifying the password for accessing the Mongo NoSQL database.
      See Also:
  • Constructor Details

    • Mongo

      public Mongo()