Class JdbcDb2Dialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.Db2Dialect
org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect
- All Implemented Interfaces:
JdbcDialect,Dialect
Db2Dialect that registers JDBC specific converters.- Since:
- 2.3
- Author:
- Jens Schauder, Christoph Strobl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for this dialect.Methods inherited from class org.springframework.data.relational.core.dialect.Db2Dialect
getIdGeneration, limit, lockMethods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods 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, simpleTypes, supportsSingleQueryLoadingMethods inherited from interface org.springframework.data.jdbc.core.dialect.JdbcDialect
getArraySupport
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcDb2Dialect
protected JdbcDb2Dialect()
-
-
Method Details
-
getConverters
Description copied from interface:DialectReturn a collection of converters for this dialect.- Specified by:
getConvertersin interfaceDialect- Overrides:
getConvertersin classDb2Dialect- Returns:
- a collection of converters for this dialect.
-