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:
org.springframework.data.relational.core.dialect.Dialect

public class JdbcDb2Dialect extends org.springframework.data.relational.core.dialect.Db2Dialect
Db2Dialect that registers JDBC specific converters.
Since:
2.3
Author:
Jens Schauder, Christoph Strobl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

  • Constructor Details

    • JdbcDb2Dialect

      protected JdbcDb2Dialect()
  • Method Details

    • getConverters

      public Collection<Object> getConverters()
      Specified by:
      getConverters in interface org.springframework.data.relational.core.dialect.Dialect
      Overrides:
      getConverters in class org.springframework.data.relational.core.dialect.Db2Dialect