Jens Schauder

Results 356 comments of Jens Schauder

Another aspect to consider is the legal side, or really the understandability of the legal side. I'd like to see something that makes it really obvious that it is a)...

I know about a project from ~10 years ago where a really smart DBA managed to strip down a Oracle DB so that it would fit on a 1GB RAM...

@gregturn is correct about `= NULL` vs `IS NULL` but that is a different problem unrelated to the exception. Your statement seems to be missing a `CAST` so that Postgresql...

@therealaleko #2601 wasn't closed due to relation to this issue, but because it is a duplicate of #2548.

I guess this might be caused by 554bd3d6. @gregturn could you take a look?

Triage result: This would be a nice feature but won't be implemented in the near future. A workaround is available: Execute the query in a custom method using either an...

Darn, the story is more complicated than that. Needs more investigation.

The problem: Hibernate supports use of `IdClass` in the following way (code based on the sample provided by @vieiro). ```java @Entity class EntityA { @Id private Long id; private String...

This is an interesting proposal. Lets wait until it is actually part of JPA: https://github.com/eclipse-ee4j/jpa-api/issues/320 We try to avoid implementation specifics in Spring Data JPA.