Re: Fluent API addition request

2024-07-03 Thread Andrus Adamchik
Hi Jurgen, I support the idea behind this API. Let's discuss the shape of it though. In DFLib (a completely unrelated library that I am working on), we solved a similar problem with a more generic "map(..)" method that performs an arbitrary transformation on the object, that can include condit

Fluent API addition request

2024-07-03 Thread Jurgen Doll
Hi All I really like the fluent style in Cayenne 4. However I found that sometimes the fluent style in my code needs to be interrupted if some condition has to be tested before configuring the select any further, which then breaks the nice flow of code. So I suggest adding the following AP