New posts in spring-data-jpa

What is the difference between an Spring Entity Manager and Spring Data Repository?

Spring data : CrudRepository's save method and update

Spring Data - Multi-column searches

Can't set JPA naming strategy after configuring multiple data sources (Spring 1.4.1 / Hibernate 5.x)

Set default page size for JPA Pageable Object

Spring Data JPA: Query by Example?

Spring Data JPA: query ManyToMany

spring boot application did not start on raspberry pi

Spring Data JPA - "could not initialize proxy - no Session" - With Methods marked as transactional

JPQL Like Case Insensitive

org.hibernate.AnnotationException: No identifier specified for entity - even when it was

Can Spring Data REST's QueryDSL integration be used to perform more complex queries?

How to beautifully update a JPA entity in Spring Data?

Difference between spring.jpa.properties.hibernate and spring.jpa.hibernate

Spring Data JPA and Querydsl to fetch subset of columns using bean/constructor projection

How to enable LockModeType.PESSIMISTIC_WRITE when looking up entities with Spring Data JPA?

How to replace table name with parameter value while using Spring Data JPA nativeQuery

Technical differences between Spring Data JPA's findFirst and findTop

Use abstract super class as parameter for Spring data repository

Spring boot JPA insert in TABLE with uppercase name with Hibernate