Class H2AgroalConnectionConfigurer

java.lang.Object
io.quarkus.jdbc.h2.runtime.H2AgroalConnectionConfigurer
All Implemented Interfaces:
AgroalConnectionConfigurer

@JdbcDriver("h2") public class H2AgroalConnectionConfigurer extends Object implements AgroalConnectionConfigurer
  • Constructor Details

    • H2AgroalConnectionConfigurer

      public H2AgroalConnectionConfigurer()
  • Method Details

    • disableSslSupport

      public void disableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
      Specified by:
      disableSslSupport in interface AgroalConnectionConfigurer
    • setExceptionSorter

      public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
      Specified by:
      setExceptionSorter in interface AgroalConnectionConfigurer