Top "Spring-data-jdbc" questions

Spring Data JDBC is part of the Spring Data umbrella project which makes it easy to implement JDBC based repositories.

Spring Data JDBC / Spring Data JPA vs Hibernate

What are the typical real life scenarios where one would choose Spring Data JDBC / Spring Data JPA vs Hibernate? I …

hibernate spring-data spring-data-jpa spring-data-jdbc
spring-jdbc vs spring-data-jdbc and what are they supporting

I'm curious what is the difference between the spring-jdbc (what I missing in the newest spring release) and spring-data-jdbc. Is …

java spring jdbc spring-jdbc spring-data-jdbc
Spring Data JDBC Firebird dialect not recognized

I'm trying to connect to Firebird database using Spring Data JDBC and Spring Boot. I've created a simple app using …

spring spring-boot firebird jaybird spring-data-jdbc
How to map entity to table in Spring Data JDBC?

In Spring Data JPA we can map an entity to a specific table by using @Table annotation where we can …

java spring spring-data mapping spring-data-jdbc