Class ClickhouseDialectResolver
- java.lang.Object
-
- com.github.pelenthium.spring.dialect.ClickhouseDialectResolver
-
- All Implemented Interfaces:
org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProvider
public class ClickhouseDialectResolver extends java.lang.Object implements org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProviderSPI to extend Spring's default JDBC Dialect discovery mechanism. This is implementation to provide dialect for ClickHouse database- See Also:
DialectResolver
-
-
Constructor Summary
Constructors Constructor Description ClickhouseDialectResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<org.springframework.data.relational.core.dialect.Dialect>getDialect(org.springframework.jdbc.core.JdbcOperations operations)
-