While profiling a specific a scenario, I realised a lot of time is passed to sort the cached values because of the Reflection values getters.
The idea is to provide a hook to bypass the default sorting comparator that uses the Sort definition from Spring Data.
I have already a solution which works for me, this is more to have a tracked Feature for the Pull request.
While profiling a specific a scenario, I realised a lot of time is passed to sort the cached values because of the Reflection values getters. The idea is to provide a hook to bypass the default sorting comparator that uses the Sort definition from Spring Data. I have already a solution which works for me, this is more to have a tracked Feature for the Pull request.