Christian Beikov

Results 516 comments of Christian Beikov

Hibernate provides support for spatial data types and functions for a long time already with its hibernate-spatial module. If anyone is willing to work on the spec parts, Hibernate can...

FWIW Hibernate 6.0 supports this at least in HQL. If anyone is willing to work on the spec parts, Hibernate can serve as a compatible implementation.

How about a `@Check` annotation that also allows naming the constraint? Can you also provide an example how `check` would be used with the `@Table` annotation? I'm having a hard...

>Ummmm ... how widely supported is that? I don't usually give names to check constraints. (And we don't have support for it in Hibernate.) AFAIU every constraint can be named...

>The problem with that is it's just soooo much uglier to use, for kinda limited benefit, it seems to me. The only use case for this member is when creating...

I guess this can be closed now since #99 was part of JPA 2.2?

AFAIU the community can just take over here and provide a specification, API and TCK update. We are willing to implement the JPA Criteria changes for Hibernate to serve as...

If anyone is willing to work on this, Hibernate can serve as a compatible implementation.

> > Maybe I'm simplifying it too much, but in practice I always write two queries now when there's 1 collection valued input. I then check if that that collection...

FWIW Hibernate 6.0 implements support for `LIMIT`, `OFFSET` and `FETCH` clause in HQL and the JPA Criteria API extension. If anyone is willing to work on the spec parts, Hibernate...