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:
JdbcDialect,Dialect
SqlServerDialect that registers JDBC specific converters.- Since:
- 2.3
- Author:
- Jens Schauder, Christoph Strobl, Mikhail Polivakha, Mark Paluch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for this dialect.Return theSetof types considered store native types that can be handeled by the driver.Methods inherited from class org.springframework.data.relational.core.dialect.SqlServerDialect
getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandlingMethods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderByMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, supportsSingleQueryLoadingMethods inherited from interface org.springframework.data.jdbc.core.dialect.JdbcDialect
getArraySupport
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcSqlServerDialect
public JdbcSqlServerDialect()
-
-
Method Details
-
simpleTypes
Description copied from interface:DialectReturn theSetof types considered store native types that can be handeled by the driver.- Specified by:
simpleTypesin interfaceDialect- Returns:
- never null.
-
getConverters
Description copied from interface:DialectReturn a collection of converters for this dialect.- Specified by:
getConvertersin interfaceDialect- Returns:
- a collection of converters for this dialect.
-