I’m not sure if I understand well your question, but rom itself won’t help you with anything related to the http layer, because it is not its responsibility and it would be a smell of a bad design breaking a clean architecture. The web interface is at the outermost part of the typical architecture circle, so you have to look it in the other way. You have to find a way to instruct the persistence layer from the request layer (or any other below).
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to filter attributes with mapper in a chain? | 7 | 3214 | September 29, 2015 | |
Difference between repositories and relations | 7 | 1816 | June 3, 2019 | |
Authorisation & Scopes | 14 | 900 | May 25, 2021 | |
Ordering many-to-many relations | 9 | 683 | June 9, 2021 | |
Custom query: i.e. WITH RECURSIVE | 1 | 824 | January 9, 2019 |