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
Methods inherited from class SqlServerDialect
getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandlingMethods inherited from class AbstractDialect
getAfterFromTable, getAfterOrderByMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dialect
getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, supportsSingleQueryLoadingMethods inherited from interface JdbcDialect
getArraySupport
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcSqlServerDialect
public JdbcSqlServerDialect()
-
-
Method Details
-
simpleTypes
- Specified by:
simpleTypesin interfaceDialect
-
getConverters
- Specified by:
getConvertersin interfaceDialect
-