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
Methods inherited from class Db2Dialect
getIdGeneration, limit, lockMethods inherited from class AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods 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, simpleTypes, supportsSingleQueryLoadingMethods inherited from interface JdbcDialect
getArraySupport
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcDb2Dialect
protected JdbcDb2Dialect()
-
-
Method Details
-
getConverters
- Specified by:
getConvertersin interfaceDialect- Overrides:
getConvertersin classDb2Dialect
-