Interface IlrJDBCPersistenceConfig


public interface IlrJDBCPersistenceConfig
The configuration based on persistence in JDBC mode.
Since:
8.0
  • Method Details

    • setUser

      void setUser(String user)
      Parameters:
      user - the user name to connect to the database
    • getUser

      String getUser()
      Returns:
      the user name to connect to the database
    • setURL

      void setURL(String url)
      Parameters:
      url - the URL to connect to the database
    • getURL

      String getURL()
      Returns:
      the URL to connect to the database
    • setDriverClassName

      void setDriverClassName(String name)
      Parameters:
      name - the name of the driver class used to connect to the database
    • getDriverClassName

      String getDriverClassName()
      Returns:
      the name of the driver class used to connect to the database
    • setPassword

      void setPassword(String password)
      Parameters:
      password - the password used to connect to the database
    • getPassword

      String getPassword()
      Returns:
      the password used to connect to the database
    • setCryptedPassword

      void setCryptedPassword(String password)
      Parameters:
      password - the crypted password used to connect to the database
    • getCryptedPassword

      String getCryptedPassword()
      Returns:
      the crypted password used to connect to the database