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:
Dialect
Db2Dialect
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.Db2Dialect
getIdentifierProcessing, getIdGeneration, limit, lock
Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContext
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, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcDb2Dialect
protected JdbcDb2Dialect()
-
-
Method Details
-
getConverters
Description copied from interface:Dialect
Return a collection of converters for this dialect.- Specified by:
getConverters
in interfaceDialect
- Overrides:
getConverters
in classDb2Dialect
- Returns:
- a collection of converters for this dialect.
-