I am using Spring JPA with hibernate ORM project and want to integrate with ClickHouse. I found some references of ClickHouse JDBC which is working
ClickHouseJDBCDemo ClickHouseJDBCDemo
but was keen to know if there any better way to interact with database from Spring JPA like any ORM tool like Hibernate .