Class JdbcSqlServerDialect

java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.SqlServerDialect
org.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect
All Implemented Interfaces:
org.springframework.data.relational.core.dialect.Dialect

public class JdbcSqlServerDialect extends org.springframework.data.relational.core.dialect.SqlServerDialect
SqlServerDialect that registers JDBC specific converters.
Since:
2.3
Author:
Jens Schauder, Christoph Strobl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.data.relational.core.dialect.SqlServerDialect

    getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling

    Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect

    getAfterFromTable, getAfterOrderBy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect

    getArraySupport, getExistsFunction, simpleTypes, supportsSingleQueryLoading
  • Field Details

  • Constructor Details

    • JdbcSqlServerDialect

      public JdbcSqlServerDialect()
  • Method Details