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
-
Field Summary
Fields inherited from class org.springframework.data.relational.core.dialect.MySqlDialect
INSTANCE, MYSQL_IDENTIFIER_PROCESSING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for this dialect.Methods inherited from class org.springframework.data.relational.core.dialect.MySqlDialect
getIdentifierProcessing, limit, lock, orderByNullHandlingMethods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getArraySupport, getExistsFunction, getIdGeneration, getInsertRenderContext, getLikeEscaper, simpleTypes
-
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.
-