public static interface DialectResolver.R2dbcDialectProvider
SpringFactoriesLoader
mechanism.SpringFactoriesLoader
Modifier and Type | Method and Description |
---|---|
Optional<R2dbcDialect> |
getDialect(ConnectionFactory connectionFactory)
Returns a
R2dbcDialect for a ConnectionFactory . |
Optional<R2dbcDialect> getDialect(ConnectionFactory connectionFactory)
R2dbcDialect
for a ConnectionFactory
.connectionFactory
- the connection factory to be used with the R2dbcDialect
.Optional
containing the R2dbcDialect
if the DialectResolver.R2dbcDialectProvider
can provide a
dialect object, otherwise Optional.empty()
.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.