public interface PlaceholderDialectRegistry
| Modifier and Type | Method and Description |
|---|---|
Optional<PlaceholderDialect> |
getPlaceholderDialect(io.r2dbc.spi.ConnectionFactory connectionFactory,
ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
Gets placeholder dialect.
|
void |
register(PlaceholderDialect placeholderDialect)
Register PlaceholderDialect
|
void register(PlaceholderDialect placeholderDialect)
placeholderDialect - the placeholder dialectOptional<PlaceholderDialect> getPlaceholderDialect(io.r2dbc.spi.ConnectionFactory connectionFactory, ReactiveExecutorContextAttribute reactiveExecutorContextAttribute)
connectionFactory - the connection factoryreactiveExecutorContextAttribute - the reactive executor context attributeCopyright © 2022. All rights reserved.