spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.93k stars 1.39k forks source link

Polishing `SimpleJpaRepository` #3465

Open quaff opened 1 month ago

quaff commented 1 month ago
  1. TypedQuery.set*() returns the same query instance
  2. remove if (spec != null) since spec must not be null
christophstrobl commented 1 month ago

overlaps partially with #3468

quaff commented 1 month ago

overlaps partially with #3468

You could merge any one first, I will rebase the other one later.