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:
Dialect
SqlServerDialect
that registers JDBC specific converters.- Since:
- 2.3
- Author:
- Jens Schauder, Christoph Strobl
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for this dialect.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
-
INSTANCE
-
-
Constructor Details
-
JdbcSqlServerDialect
public JdbcSqlServerDialect()
-
-
Method Details
-
getConverters
Description copied from interface:Dialect
Return a collection of converters for this dialect.- Returns:
- a collection of converters for this dialect.
-