Christian Beikov
Christian Beikov
I don't know what the trouble was that @jwgmeligmeyling encountered when looking into #1644, but you can use window functions in mapping expressions e.g. ```java @EntityView(Cat.class) interface CatView { @IdMapping...
>I suspect ORM is not actually that deeply coupled with Jackson, at least if it's only about JSON columns, but I might be missing something. If coupling is indeed loose,...
It's a good first step for Wildfly to try out ORM 6.5, but I would like to ask you to make sure that version doesn't end up in a release,...
Hi and thanks for the feedback. Actually, HSQLDB has JSON support as of version 2.7, but Blaze-Persistence neither tests with, nor has extended support for HSQLDB. That database simply was...
Entity view inheritance and FetchType.SUBSELECT with @EmbeddedId throws UnsuportedOperationException
Hi, the error comes from Hibernate ORM. Can you please share the full stack trace and also the HQL query that is generated which fails?
Entity view inheritance and FetchType.SUBSELECT with @EmbeddedId throws UnsuportedOperationException
Ah, I think I see where this is going. Do you use the `CompositeId` type in the entity view? Try creating an entity view for that embeddable too, then this...
Entity view inheritance and FetchType.SUBSELECT with @EmbeddedId throws UnsuportedOperationException
Please share the entity views you're using.
Entity view inheritance and FetchType.SUBSELECT with @EmbeddedId throws UnsuportedOperationException
Thanks, I can imagine where this goes wrong. I hope though, that you can use a different fetch type in the meantime.
Please provide a reproducer for this bug e.g. based on our [quickstarts](https://github.com/Blazebit/blaze-persistence?tab=readme-ov-file#quickstart).
Closing since no reproducer was provided.