Class JdbcSqlServerDialect

All Implemented Interfaces:
JdbcDialect, Dialect

public class JdbcSqlServerDialect extends SqlServerDialect implements JdbcDialect
SqlServerDialect that registers JDBC specific converters.
Since:
2.3
Author:
Jens Schauder, Christoph Strobl, Mikhail Polivakha, Mark Paluch
  • Field Details

  • Constructor Details

    • JdbcSqlServerDialect

      public JdbcSqlServerDialect()
  • Method Details

    • simpleTypes

      public Set<Class<?>> simpleTypes()
      Description copied from interface: Dialect
      Return the Set of types considered store native types that can be handeled by the driver.
      Specified by:
      simpleTypes in interface Dialect
      Returns:
      never null.
    • getConverters

      public Collection<Object> getConverters()
      Description copied from interface: Dialect
      Return a collection of converters for this dialect.
      Specified by:
      getConverters in interface Dialect
      Returns:
      a collection of converters for this dialect.