Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚提交了一个非常大的数据,我希望在交易后驱逐所有数据。
除了手动调用 evict 之外,还有什么我可以添加到 @Transaction 使其自动驱逐的吗?
你可以写一个Post commit action. 这个SO 答案可以帮助你。
Post commit action