Jens Schauder

Results 356 comments of Jens Schauder

I'm reopening this so someone can take a look what is going on. > Somewhere between Spring Boot 2.1 and 2.5, Spring stopped creating JpaRepository queries through EntityManager? All queries...

Breaks the build. Postponing for now.

Thanks. That's merged.

Most of the time I'd say provide a PR, but currently I'm working on a feature that changes a lot of stuff in the areas that would be touched by...

Yes, I do think this is absolutely reasonable.

> I am new to Spring Data JDBC. If there is support for @JoinColumn based on a non-primary column, we can technically use it for Many to Many and Many...

No. A mapping like this will still either cause a stackoverflow or some custom error due to a recursive definition of an aggregate. `JoinColumn` will not change the structure of...

Once this PR is done https://github.com/spring-projects/spring-data-relational/pull/1957 I'm happy to look at PRs for `JoinColumn`. Of course, you could start working on a solution based on that PR hoping that it...

Going consistently with `lower` sounds like a good way to go. Please make sure to have this change included in release notes since it might disable existing indexes and therefore...