| Modifier and Type | Method and Description |
|---|---|
void |
R2dbcMybatisConfiguration.addPlaceholderDialect(PlaceholderDialect placeholderDialect)
Add placeholder dialect.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends PlaceholderDialect>> |
PlaceholderDialectRegistry.getAllPlaceholderDialectTypes()
Get all PlaceholderDialect type
|
Optional<PlaceholderDialect> |
PlaceholderDialectRegistry.getPlaceholderDialect(io.r2dbc.spi.ConnectionFactory connectionFactory,
ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
Gets placeholder dialect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderDialectRegistry.register(PlaceholderDialect placeholderDialect)
Register PlaceholderDialect
|
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends PlaceholderDialect>> |
DefaultPlaceholderDialectRegistry.getAllPlaceholderDialectTypes() |
Optional<PlaceholderDialect> |
DefaultPlaceholderDialectRegistry.getPlaceholderDialect(io.r2dbc.spi.ConnectionFactory connectionFactory,
ReactiveExecutorContextAttribute reactiveExecutorContextAttribute) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultPlaceholderFormatter.formatPlaceholderInternal(PlaceholderDialect placeholderDialect,
org.apache.ibatis.mapping.BoundSql boundSql)
format placeholder internal
|
void |
DefaultPlaceholderDialectRegistry.register(PlaceholderDialect placeholderDialect) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamePlaceholderDialect
Name placeholder dialect
|
| Modifier and Type | Class and Description |
|---|---|
class |
H2PlaceholderDialect
H2 placeholder dialect
|
class |
MariaDBPlaceholderDialect
MariaDB placeholder dialect
|
class |
MySQLPlaceholderDialect
MySQL placeholder dialect
|
class |
OraclePlaceholderDialect
Oracle placeholder dialect
|
class |
PostgreSQLPlaceholderDialect
PostgreSQL placeholder dialect
|
class |
SQLServerPlaceholderDialect
Microsoft SQL Server placeholder dialect
|
Copyright © 2022. All rights reserved.