New posts in spring-data

Spring Data JPA and Exists query

How do I properly do a background thread when using Spring Data and Hibernate?

How to test Spring's declarative caching support on Spring Data repositories?

Table 'DBNAME.hibernate_sequence' doesn't exist

Making spring-data-mongodb multi-tenant

Delete Not Working with JpaRepository

Spring Data: Override save method

Call another rest api from my server in Spring-Boot

Implementing custom methods of Spring Data repository and exposing them through REST

When to use @RestController vs @RepositoryRestResource

How to use @Transactional with Spring Data?

Spring data JPA query with parameter properties

Spring Data JPA difference between findBy / findAllBy

Disable Hypertext Application Language (HAL) in JSON?

Can't Autowire @Repository annotated interface in Spring Boot

ReactiveCosmosRepository is not being invoked with webFlux and netty

Spring DAO vs Spring ORM vs Spring JDBC

@EnableAutoConfiguration(exclude =...) on tests failed in Spring Boot 2.6.0

Missing CrudRepository#findOne method

How to maintain bi-directional relationships with Spring Data REST and JPA?