issues
search
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
3.03k
stars
1.42k
forks
source link
Refactor order clause generation using Stream API
#3611
Closed
Seol-JY
closed
1 month ago
Seol-JY
commented
2 months ago
Refactor order clause generation using Stream API
Replace manual string concatenation with Stream API
Use Collectors.joining() for efficient string joining
Refactor order clause generation using Stream API