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:
JdbcDialect, Dialect
MySqlDialect that registers JDBC specific converters.- Since:
- 2.3
- Author:
- Jens Schauder, Christoph Strobl, Mikhail Polivakha
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JdbcMySqlDialectDeprecated, for removal: This API element is subject to removal in a future version.Use the constructor instead.Fields inherited from class MySqlDialect
MYSQL_IDENTIFIER_PROCESSING -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJdbcMySqlDialect(IdentifierProcessing identifierProcessing) -
Method Summary
Methods inherited from class MySqlDialect
getIdentifierProcessing, getIdGeneration, limit, lock, orderByNullHandlingMethods 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
Deprecated, for removal: This API element is subject to removal in a future version.Use the constructor instead. There is no one correct MySqlDialect, since the behaviour of MySql depends on various configuration options. SeeIdentifier Case Sensitivity
Predefined instance of the JdbcMySqlDialect.
-
-
Constructor Details
-
JdbcMySqlDialect
-
JdbcMySqlDialect
protected JdbcMySqlDialect()
-
-
Method Details
-
getConverters
- Specified by:
getConvertersin interfaceDialect- Overrides:
getConvertersin classMySqlDialect
-