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.
在 Movilizer 产品上下文中。
我们有一个大型主数据客户群,分为 G1、G2、G3 组......
例如,在 G2 和 G3 中的组 key1 之间引用了键。
如果我删除“key1”(masterdatadelete)。是否会从池中删除它及其所有引用?(完全从任何引用 G2 或 G3 的 movelet 中消失)。
这取决于您的特定删除命令。
<delete key="key1" group="G2" /> <!-- deletes from G2 only --> <delete key="key1" /> <!-- deletes from all groups -->