Christian Beikov
Christian Beikov
In your real model, did you mark `wasteCode` as `unique`? Because if so, then grouping by the `wasteCode` already leads to "unique results" i.e. there is no need to left...
Can you please try to create a reproducer e.g. based on one of our [quickstarts](https://github.com/Blazebit/blaze-persistence?tab=readme-ov-file#quickstart)?
Thanks for the report. I think it should be somewhat easy to do this by special casing in `com.blazebit.persistence.spring.data.impl.repository.EntityViewAwareRepositoryImpl.findById` like: ```java Class entityViewClass = metadata == null || metadata.getEntityViewClass() ==...
Hi @maxhov, could you maybe try to reproduce this problem with e.g. [one of our quickstarts](https://github.com/Blazebit/blaze-persistence?tab=readme-ov-file#quickstart)? That way I can easily debug and verify if your assumption is correct.
Hi @dsarlo-viso, sorry, but I did not find the time yet to look into this as I was mostly focused on sponsored work. One easy way for moving this up...
Can you please be more specific i.e. what do you want to model?