Files
spring-data-dev-tools/benchmark/mongodb
Christoph Strobl 8f55850118 #146 - Replace EntityCallback lambdas in MongoDB benchmarks.
Use a dedicated class instead of a lambda expression  because we cannot capture the entity type when using the latter which leads to false results when callbacks that should not be called get invoked due to their Object type signature.

closes: #146
2020-05-07 14:12:53 +02:00
..