Hello Guys,
I am developing a complex filter screen where I have multiples fields that must be combined to perform the query with pagination (limit and offset). In my particular case I cannot get the entire list and work with stream transform due the fact my List is paginated.
Floor has any alternative like pass the entire query (dynamic query) to the dao instead just field parameters? Or something like criteria builder or may elastic search?