NorbertKominak
NorbertKominak
Hi. I am facing the same issue. Could you provide a deeper explanation on the NPE problem? Is there any workaround to get working the queryDSL integration with Entity Views...
Thanks for a really quick reply! Please find the reproducer here https://github.com/NorbertKominak/BlazePersistenceEntityViewError. It is a simple Spring Boot app.
> Thanks for a really quick reply! Please find the reproducer here https://github.com/NorbertKominak/BlazePersistenceEntityViewError. It is a simple Spring Boot app. @beikov could you confirm if you can run the reproducer...
@jwgmeligmeyling Is there any workaround at the moment on how to avoid the NPE and use queryDSL with the Entity View module, please?
> I don't think there is an easy workaround although it should be relatively easy to fix. > > Basically add a null-check on the result of `queryMetadata.getProjection()` [here](https://github.com/Blazebit/blaze-persistence/blob/main/integration/querydsl/expressions/src/main/java/com/blazebit/persistence/querydsl/BlazeCriteriaBuilderRenderer.java#L1526) and...