Class 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.JdbcDialectProvider
    SPI to extend Spring's default JDBC Dialect discovery mechanism. This is implementation to provide dialect for ClickHouse database
    See Also:
    DialectResolver
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClickhouseDialectResolver

        public ClickhouseDialectResolver()
    • Method Detail

      • getDialect

        public java.util.Optional<org.springframework.data.relational.core.dialect.Dialect> getDialect​(org.springframework.jdbc.core.JdbcOperations operations)
        Specified by:
        getDialect in interface org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProvider