Interface SqlServerDialectConfig


public interface SqlServerDialectConfig
Configuration specific to the Hibernate ORM SQLServerDialect
Author:
Steve Ebersole
  • Method Summary

    Modifier and Type
    Method
    Description
    @WithConverter(io.quarkus.runtime.configuration.TrimmedStringConverter.class) Optional<String>
    The compatibility_level as defined in sys.databases.
    default boolean
     
  • Method Details

    • compatibilityLevel

      @WithConverter(io.quarkus.runtime.configuration.TrimmedStringConverter.class) @WithConverter(io.quarkus.runtime.configuration.TrimmedStringConverter.class) Optional<String> compatibilityLevel()
      The compatibility_level as defined in sys.databases.
      See Also:
      • DialectSpecificSettings.SQL_SERVER_COMPATIBILITY_LEVEL
    • isAnyPropertySet

      default boolean isAnyPropertySet()