Spring Projects Issues
Spring Projects Issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
**[Jawad Ahmad](https://jira.spring.io/secure/ViewProfile.jspa?name=jawwad124)** commented Same issue, and it still persists in latest versions as well. I am trying to register a specific enum converter but looks like bean overriding is disabled...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Using `@Query` with `Sort` or `Pageable` is not supported. The reason is that the provided SQL statement would require to be parsed and rewritten so that Spring...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented As Mark explained above, currently we would need to parse the SQL statement which we don't want to get into. Once other changes are in place it...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented Thanks for raising this. If we would handle `Enum` values with a `CustomConversion` by default which could be replaced at configuration time this should be possible and...
**[Lovro Pandžić](https://jira.spring.io/secure/ViewProfile.jspa?name=lpandzic)** commented Hello, [Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder), any idea when this might get fixed? Composite keys seem to be a pretty fundamental feature for any persistence layer library. Since there are...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented This is a feature we want to have. Unfortunately we currently can't see far enough in the future to tell when it will happen.
**[Anton Reshetnikov](https://jira.spring.io/secure/ViewProfile.jspa?name=qwazer)** commented +1 for > 2. Use batched statements for inserts (and updates)\ I was going to create separate issue for batched jdbc operations in Spring DATA JDBC, but...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented [Anton Reshetnikov](https://jira.spring.io/secure/ViewProfile.jspa?name=qwazer) batch inserts will have to wait until we have proper support for Id generation strategies, because the current one (via SERIAL/AUTOINCREMENT in the database) does...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...