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
- Introduce Annotation Metadata parsing for AOT Repository generation
- Consider EntityGraph argument for query methods
- Add built-in support for Sort field whitelist validation
- Organize sections into a repositories chapter within navigation.
- Refactor `JpaEntityInformation` handling in `repository.query` and `repository.support` packages
- Parameter bind marker in query comments are not ignored by `ParameterBindingParser`
- Refine DTO projection rewrite in favor of JPA 4.0's revised implicit DTO mapping
- Consider a StatelessSession variant of the SimpleJpaRepository and AOT support
- Include dynamic comments in repository queries
- Different EntityManager context behavior between SimpleJpaRepository methods and derived query methods when using separate Rw/Ro EntityManagers inside a @Transactional boundary
- Docs
- Java not yet supported