public static interface DialectResolver.JdbcDialectProvider
SpringFactoriesLoader mechanism.SpringFactoriesLoader| Modifier and Type | Method and Description |
|---|---|
Optional<Dialect> |
getDialect(JdbcOperations operations)
Returns a
Dialect for a DataSource. |
Optional<Dialect> getDialect(JdbcOperations operations)
Dialect for a DataSource.operations - the JdbcOperations to be used with the Dialect.Optional containing the Dialect if the DialectResolver.JdbcDialectProvider can provide a dialect
object, otherwise Optional.empty().Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.