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
- OrderBy only accepts columns, although it should really accept Expressions
- Support for Oracle sequence [DATAJDBC-299]
- Spring Data JDBC performance by caching SQL statements generated for derived queries.
- Add `repositoryBasseClass` and `jdbcAggregateOperationsRef` to `@EnableJdbcRepositories`
- Make NamingStrategy return a SqlIdentifier instead of a String for Schema
- Same type (java.sql.Timestamp) turns into different SQL-types
- Spring Data JDBC throws DbActionExecutionException, which is the correct exception handling?
- Additional SQL generation features for support of query derivation. [DATAJDBC-502]
- Make sure referenced immutable Entities get updated in collections even if the immutable parent doesn't have an explicit id [DATAJDBC-433]
- Add support for java.util.UUID and types handled by custom conversions in arrays.
- Docs
- Java not yet supported