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 supported5 Subscribers
Add a CodeTriage badge to spring-data-relational
Help out
- Issues
- Query By Example with LIKE Expression does not work
- Fix LIKE expressions with QBE
- Fix @InsertOnlyProperty handling for embedded properties
- Release 4.2.0-M2 (2026.1.0)
- Release 4.1.2 (2026.0.2)
- Release 4.0.8 (2025.1.8)
- Fix AOT generated GreaterThanEqual derived query
- R2dbcEntityTemplate ignores @InsertOnlyProperty for @Embedded properties: insert-only columns are silently overwritten on update (and in the upsert DO UPDATE clause)
- AOT-generated derived query for GreaterThanEqual calls non-existent `Criteria.greaterThanEquals(...)` instead of `greaterThanOrEquals(...)`
- Re-enable `JdbcAggregateTemplateSchemaIntegrationTests` for Oracle
- Docs
- Java not yet supported