Interface SpincastTestingH2Config

All Known Implementing Classes:
SpincastTestingH2ConfigDefault

public interface SpincastTestingH2Config
  • Method Details

    • getServerHost

      String getServerHost()
      The host on which to start the server. Should probably be "localhost".
    • getDatabaseName

      String getDatabaseName()
      The name of the database. Defaults to "test".
    • getServerPort

      Integer getServerPort()
      The port on which to start the H2 TCP server. If null a random free port will be used.

      Defaults to 9092.

    • getCompatibilityMode

      String getCompatibilityMode()
      Should a compatibility mode be used by H2? Be default, "MODE=PostgreSQL" will be used.

    • isDatabaseToUpper

      boolean isDatabaseToUpper()
      Defaults to false.