Jens Schauder
Jens Schauder
While certainly possible, I'd vote against it in the general case. In Spring Data JPA, JPA does the mapping. If Spring Data starts to create DTOs you'll end up with...
Related: https://github.com/spring-projects/spring-data-relational/issues/1325#issuecomment-1269648942 and https://github.com/spring-projects/spring-data-commons/issues/2369
This is actually used in some stores as a feature to support composite ids for which a `Map` is used as id in the repository. We could log a warning...
Yes, this will be looked into. Thanks for collecting all the related issues.
Please provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository. Make sure to include the database, either as an in memory database or if that is not possible using...
I'm not able to run your example with Spring Boot 3.3.x Looks like the datasource is not ready??? Although that part works in 3.2.x. Could that a Kotlin/lazy issue?
Hi @edwardmp, thanks for raising this issue, I'll consider the missing warning a bug. As for why it is depending on the order of columns, I can't give an exact...
There is a snapshot available that fixes https://github.com/spring-projects/spring-data-relational/issues/1692 3.3.0-1692-collection-in-embedded-SNAPSHOT And a PR to go with it: https://github.com/spring-projects/spring-data-relational/pull/1773 I assume this issue will be fixed by it as well. If nobody...
Duplicate of #1692
The implementation started and we hope to make first parts available during 2023.