spring-data-relational
https://github.com/spring-projects/spring-data-relational
Java
Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
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 supported3 Subscribers
Add a CodeTriage badge to spring-data-relational
Help out
- Issues
- Support read after write logic
- Can data-jdbc support complex queries similar to JpaSpecificationExecutor so that query parameters can be dynamically passed [DATAJDBC-649]
- Make JdbcCustomConversions more configurable [DATAJDBC-648]
- save() method is raising a DbActionExecutionException on unique key violation [DATAJDBC-611]
- Allow sort by entity's child field [DATAJDBC-584]
- Update.from(…) should accept Map<SqlIdentifier, ? extends Object> instead of Map<SqlIdentifier, Object> [DATAJDBC-575]
- findByXxxIn generates invalid SQL when the Collection is empty [DATAJDBC-567]
- Render OrderByField NullHandling [DATAJDBC-535]
- Optimized writing behavior [DATAJDBC-533]
- Expose configuration properties class for downstream usage in Spring Boot [DATAJDBC-467]
- Docs
- Java not yet supported