|
When we query with pagination while join fetching a collection, pagination is ignored.
Currently the only way to know that it happens is a log of level warn.
In my case, I want a runtime exception to be thrown, because we can't let this behaviour happens in production.
It would be great to have a configuration flag that would enable the exception throw.
|