Class MariaDbDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.MySqlDialect
org.springframework.data.relational.core.dialect.MariaDbDialect
- All Implemented Interfaces:
Dialect
A SQL dialect for MariaDb.
- Since:
- 2.3
- Author:
- Jens Schauder, Mikhail Polivakha
-
Field Summary
Fields inherited from class MySqlDialect
INSTANCE, MYSQL_IDENTIFIER_PROCESSING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for this dialect.Methods inherited from class MySqlDialect
getIdentifierProcessing, 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
getArraySupport, getExistsFunction, getInsertRenderContext, getLikeEscaper, simpleTypes, supportsSingleQueryLoading
-
Constructor Details
-
MariaDbDialect
-
-
Method Details
-
getConverters
Description copied from interface:DialectReturn a collection of converters for this dialect.- Specified by:
getConvertersin interfaceDialect- Overrides:
getConvertersin classMySqlDialect- Returns:
- a collection of converters for this dialect.
-
getIdGeneration
- Specified by:
getIdGenerationin interfaceDialect- Overrides:
getIdGenerationin classMySqlDialect
-