#1816 Fix for OneToMany relation to non-cached target bean.

This commit is contained in:
rob bygrave
2019-09-12 14:55:37 +12:00
parent 3495d03706
commit d2ece76ca8
5 changed files with 13 additions and 5 deletions
@@ -177,7 +177,7 @@ public class CacheChangeSet {
final ManyKey key;
final List<Object> removes = new ArrayList<>();
final Set<Object> removes = new HashSet<>();
final Map<Object, CachedManyIds> puts = new LinkedHashMap<>();