So currently In the case where
Currently , {{TraversableResolver}} initialization is a bit of a mess: - we have the default one which is in fact a wrapper itself around a potential JPA specific one - we wrap this with a {{CachingTraversableResolverForSingleValidation}}
In the simple case where we just want a "traverse all" {{TraversableResolver}}, we should avoid all this wrapping, especially the caching one as it has some serious cost. |
|