public class MySqlDialect extends org.springframework.data.relational.core.dialect.MySqlDialect implements R2dbcDialect
| Modifier and Type | Class and Description |
|---|---|
static class |
MySqlDialect.ByteToBooleanConverter
|
| Modifier and Type | Field and Description |
|---|---|
static MySqlDialect |
INSTANCE
Singleton instance.
|
| Constructor and Description |
|---|
MySqlDialect() |
| Modifier and Type | Method and Description |
|---|---|
BindMarkersFactory |
getBindMarkersFactory()
Returns the
BindMarkersFactory used by this dialect. |
Collection<Object> |
getConverters()
Return a collection of converters for this dialect.
|
Collection<? extends Class<?>> |
getSimpleTypes()
Return a collection of types that are natively supported by this database/driver.
|
getIdentifierProcessing, limit, lockgetAfterFromTable, getAfterOrderBy, getSelectContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSimpleTypeHolderpublic static final MySqlDialect INSTANCE
public BindMarkersFactory getBindMarkersFactory()
R2dbcDialectBindMarkersFactory used by this dialect.getBindMarkersFactory in interface R2dbcDialectBindMarkersFactory used by this dialect.public Collection<? extends Class<?>> getSimpleTypes()
R2dbcDialectCollections.emptySet().getSimpleTypes in interface R2dbcDialectCollections.emptySet().public Collection<Object> getConverters()
R2dbcDialectgetConverters in interface R2dbcDialectCopyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.