Class BeanJdbcConfiguration

java.lang.Object
org.nuiton.topia.persistence.jdbc.BeanJdbcConfiguration
All Implemented Interfaces:
Serializable, JdbcConfiguration
Direct Known Subclasses:
BeanTopiaConfiguration

public class BeanJdbcConfiguration extends Object implements JdbcConfiguration
See Also:
  • Field Details

    • jdbcDriverClass

      protected Class<? extends Driver> jdbcDriverClass
    • jdbcConnectionUrl

      protected String jdbcConnectionUrl
    • jdbcConnectionUser

      protected String jdbcConnectionUser
    • jdbcConnectionPassword

      protected String jdbcConnectionPassword
  • Constructor Details

    • BeanJdbcConfiguration

      public BeanJdbcConfiguration()
  • Method Details