Alessandro Giannone

Results 7 comments of Alessandro Giannone

We have implemented the `NamingStrategy` but it's applied when the `EntityModel` is first mapped and cannot be changed after that. In our case, we have multiple collections for the same...

I've made the change locally to support this use case. I've added a new method to the `EntityModelBuilder` which exposes the `NamingStrategy`. Then in the `EntityModel` constructor I store a...

I have an Entity which contains a property that is an interface. When I add a projection on the fields of one of the subtypes of the interface, it doesn't...

The parent entity is not an interface, so from what I understood, it wouldn't be considered a polymorphic query. The query is on the parent entity which is a concrete...

I've tried to replicate the query as closely as possible in terms of filters and options used. Obviously not all the fields match above, but I've tried to keep the...

If I include the discriminator in the projection, then the `PathTarget` throws a `ValidationException` due to an invalid path. If I don't include the discriminator in that projection, then the...

@xeno6696 @kwwall - Thanks for the super prompt response! After reading through the issues list and doing a bit of studying on the subject, I actually ended up moving my...