Jens Schauder
Jens Schauder
Once one starts to look into this in detail it becomes really complex. You can implement this using native Hibernate features though. Search for "Hibernate soft deletes" in your preferred...
Sorry, we need an English description of your problem in order to work on this. Just from looking at the title though it seems your problem might be related to...
This might be a duplicate of #2032
> I am writing both queries, spring is only binding parameters. Thanks for pointing that out. I completely missed that part.
The link to your StackOverflow question doesn't go to StackOverflow. Please, provide the corrected link.
I think I found the correct question and edited the issue description.
Could you please try `@Query("from Person p where p.age > 18")`?
Ok, that's what I expected. Spring Data JPA does require an alias for correctly constructing the count query. For some reason it does not realise it doesn't have an alias,...
Thanks for trying that. I'll review the documentation as well when working on this.
`@Any` is Hibernate specific and not part of JPA. This seems also to manifest in the metadata available for such references from Hibernate. I'm not sure we want to support...