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
- Add the possibility to fetch using Specification and Pageable but without doing a count query
- Specification<T>.toPredicate(...) Change type of first parameter to From<?, T>
- Native query projection with record
- Giving the `JpaRepository` an invalid type as an `ID` also works.
- Order by expression missing in select list after update to Spring Boot 3.0.1 with DISTINCT queries
- Improve query method validation exceptions for declared queries.
- Avoid re-wrapping query validation exceptions into `IllegalArgumentException` it they already are one
- method annotated with @Transactional(isolation = Isolation.READ_COMMITTED) returns uncommitted data
- SQL query not optimized when using Projection with a Specification (FetchableFluentQuery)
- Cannot use Specification<T> interface to create subquery predicates
- Docs
- Java not yet supported