Jens Schauder

Results 356 comments of Jens Schauder

We finally discussed this internally and decided support for RowMapper registration use in standard methods and part tree methods would be a valid improvement. If you are interested a PR...

Oracle11g is not supported by Spring Data JDBC and with the current infrastructure it can't be easily supported. We are also not going to make changes just to support Oracle...

Sorry, I can't read that language and I doubt anyone else in the team can. Please update the question to English.

I don't think they should, although it is a weird combination. `@Table` is for entities, i.e. things you load from a database or create in your application and persist to...

The references mentioned above actually do not reference this issue, but the issue with the same number in spring-data-r2dbc.

This issue predates Spring Data JDBC. Yet support for Querydsl sounds promising for Spring Data JDBC. On the other hand Querydsl doesn't see any active development lately and people already...

Since this metiones `ReactiveQueryByExampleExecutor` I marked this as `in:R2DBC` although an analogous feature would be nice for all JDBC as well.

@DiegoKrupitza I'm not sure how these would depend on each other. Of course, there might be generators that depend on some database infrastructure, but many won't and either way one...

The current process of `BasicJdbcConverter` for writing a value is: 1. determine target type (T0) and sql-type 2. convert to the target type if possible. 3. check if there is...