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 supported18 Subscribers
Add a CodeTriage badge to spring-data-jpa
Help out
- Issues
- Method parameters validation fails for @Converted collections used as scalars [DATAJPA-1682]
- Remove bogus logic in count query [DATAJPA-1635]
- Add support for combining @EntityGraph and Specification<T> [DATAJPA-1824]
- JpaSort.path results in ambiguous method with PluralAttributes [DATAJPA-1795]
- Data eager loaded by @EntityGraph is affected by where clause that filters on same relationship [DATAJPA-1746]
- When querying using a projection interface and the entity implements said interface than it tries to convert an array to the projection interface [DATAJPA-1644]
- How to JpaSpecificationExecutor and @QueryHints [DATAJPA-1637]
- Create an API to customize query creation and query processing [DATAJPA-1551]
- totalElements value is wrong when using group by with pageable of pageSize 1 [DATAJPA-1544]
- Invalid order by when using native query and contains union [DATAJPA-1514]
- Docs
- Java not yet supported