Interface JdbcConfiguration

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    BeanJdbcConfiguration

    public interface JdbcConfiguration
    extends Serializable
    Neutral Jdbc configuration.

    Please use an instance of JdbcConfigurationBuilder to build a new JdbcTopiaConfiguration.

    Since:
    1.1.3
    Author:
    Brendan Le Ny (Code Lutin), Arnaud Thimel (Code Lutin), Tony Chemit - dev@tchemit.fr
    • Method Detail

      • getJdbcConnectionUrl

        String getJdbcConnectionUrl()
      • getJdbcConnectionUser

        String getJdbcConnectionUser()
      • getJdbcConnectionPassword

        String getJdbcConnectionPassword()
      • getJdbcDriverClass

        Class<? extends Driver> getJdbcDriverClass()