All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.testing.core.h2.SpincastTestingH2Config.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastTestingH2Config (org.spincast:spincast-framework 1.0.0 API)












org.spincast.testing.core.h2

Interface SpincastTestingH2Config

    • Method Detail

      • 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.

        See Also:
        http://www.h2database.com/html/features.html#compatibility
      • isDatabaseToUpper

        boolean isDatabaseToUpper()
        Defaults to false.
        See Also:
        https://www.h2database.com/javadoc/org/h2/engine/DbSettings.html#DATABASE_TO_UPPER

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy