spring-data-jpa
https://github.com/spring-projects/spring-data-jpa
Java
Simplifies the development of creating a JPA-based data access layer.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported13 Subscribers
Add a CodeTriage badge to spring-data-jpa
Help out
- Issues
- Polishing `SimpleJpaRepository`
- Use provider built-in result count to reuse query if possible
- Polishing
- Update Projection section in reference documentation.
- Derived Method Unneccessarily Joins for filter
- Improved the time complexity of the method from O(N^2) to O(N).
- Multi-Tenancy with Spring boot(2.7.18) + Hibernate: "SessionFactory configured for multi-tenancy, but no tenant identifier specified"
- Eliminate unnecessary merge() if entity is non-versioned
- I'm curious about why SimpleJpaRepository checks twice whether the entity is in a persistent state when calling the delete method.
- Spring Data JPA projection to records using native queries does not work
- Docs
- Java not yet supported