nlippke

Results 4 comments of nlippke

Honestly I'm not really sure about the source of the problem. Maybe it's a hibernate issue?

> Thanks for the test case! Do you think you could workaround the problem for now by applying the filter manually in the `WHERE` clause? I don't know how. If...

[My approach](https://github.com/Blazebit/blaze-persistence/compare/main...nlippke:blaze-persistence:Try_to_get_rid_of_null_select_items) is to simply omit the null values but remember there positions. I am using a top level ObjectBuilder which calls the bottom most ViewTypeObjectBuilder to inflate the object...

On the other hand it's in the responsibility of `ViewTypeObjectBuilder` to decide how it fetches from data layer. If it thinks it can omit select clauses then it should work...