New posts in spring-data-jpa

Refresh and fetch an entity after save (JPA/Spring Data/Hibernate)

How to configure Spring Data JPA using XML

Update single field using spring data jpa

Spring JpaRepository - Detach and Attach entity

How to set hibernate.format_sql in spring-boot?

Spring Data JDBC / Spring Data JPA vs Hibernate

Spring @Transactional with a transaction across multiple data sources

Spring Boot Data JPA - Modifying update query - Refresh persistence context

@CreatedBy @LastModifiedBy annotations are not working

No converter found capable of converting from type to type

How to generate a ddl creation script with a modern Spring Boot + Data JPA and Hibernate setup?

why do we have to use @Modifying annotation for queries in Data Jpa

Multi-tenancy: Managing multiple datasources with Spring Data JPA

Spring Data JPA could not instantiate class

Spring Data optional parameter in query method

Why use returned instance after save() on Spring Data JPA Repository?

Query by Boolean properties in spring-data-jpa without using method parameters

Getting NoUniqueBeanDefinitionException when extends QueryDslRepositorySupport and multiple datasources

JPARepository wont update entity on save

Entity Class name is transformed into SQL table name with underscores