将 putAll() 用于缓存对象列表时,是否可以在获取 TransactionOptimisticException 时检索冲突的对象列表

when using putAll() for list of cache objects, Is it possible to retrieve the conflicted list of objects when getting TransactionOptimisticException

当对缓存对象列表使用putAll()时,是否可以在获取TransactionOptimisticException时检索冲突的对象列表?这样我就可以 运行 我的业务逻辑只针对那些对象,因为据我检查 TransactionOptimisticException.java 而言,这是一个昂贵的 operation.As,没有可能的方法。但是想问问有没有别的办法

很遗憾,没有这种可能性。