Class JdbcMySqlDialect

java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.MySqlDialect
org.springframework.data.jdbc.core.dialect.JdbcMySqlDialect
All Implemented Interfaces:
org.springframework.data.relational.core.dialect.Dialect

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

    Fields inherited from class org.springframework.data.relational.core.dialect.MySqlDialect

    INSTANCE, MYSQL_IDENTIFIER_PROCESSING
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
     
    JdbcMySqlDialect(org.springframework.data.relational.core.sql.IdentifierProcessing identifierProcessing)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.data.relational.core.dialect.MySqlDialect

    getIdentifierProcessing, limit, lock, orderByNullHandling

    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, getIdGeneration, getInsertRenderContext, getLikeEscaper, simpleTypes, supportsSingleQueryLoading
  • Constructor Details

    • JdbcMySqlDialect

      public JdbcMySqlDialect(org.springframework.data.relational.core.sql.IdentifierProcessing identifierProcessing)
    • JdbcMySqlDialect

      protected JdbcMySqlDialect()
  • 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.MySqlDialect