Jens Schauder

Results 356 comments of Jens Schauder

Hi Mikhail, of course you may take a look! But as a fair warning: This is a pretty central part of Spring Data JDBC and it is perfectly possible, that...

The behaviour you describe is a bug and should get fixed. The type should NOT be considered a simple type, but custom conversions should be taken into consideration before treating...

Yes, `@EnableJdbcRepositories` should get an attribute `jdbcAggregateOperationsRef`. Other ..Refs should be obtained from the `JdbcAggregateOperations`. Adding getters for that purpos is fine. ...ref attributes of `@EnableJdbcRepositories` should get deprecated.

Your names used in creating your tables and the mapping need to be the same. For databases like Postgresql that don't adhere to the SQL standard this means you have...

Pagination is currently not supported and probably won't become available for quite some time. I expect we might offer something based on SpEL eventually, so it might be worth following...

I rebased this, applied Marks comments and merged it with main. Thanks for this PR.

While the caching is a good thing by default an alternative that does not cache the SQL statements to allow for dynamic name generation would be nice.

The schema should be provided using the `schema` attribute of the `@Table` annotation. Does the problem still occur in that case?

Thanks for confirming this. I'll then consider this resolved, by the introduction of the `schema` attribute in the `Table` annotation.