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.98k stars 1.41k forks source link

Improved the time complexity of the method from O(N^2) to O(N). #3419

Open dukbong opened 5 months ago

dukbong commented 5 months ago

Comment

I have updated the time complexity of the method from O(N^2) to O(N). Additionally, all the test cases in the mapping package have passed successfully.