Class DialectVersions


  • public final class DialectVersions
    extends Object
    Constants exposing the default versions of various DBs in Quarkus.

    If, one day, Hibernate ORM's defaults catch up with all our default versions, we could consider relying on ORM's defaults going forward.

    For H2, we will probably have to keep a constant here forever, as H2 is embedded and thus Quarkus determines its default version through the BOM. See https://github.com/quarkusio/quarkus/issues/1886

    • Method Detail

      • toString

        public static String toString​(org.hibernate.dialect.DatabaseVersion version)