我想绕过一个开放的 jpa 拦截器调用并将数据存储在数据库中(目前它只保存在一个数据库中,我需要同步保存在另一个数据库中)。为此,我需要同步包装器。请帮助我了解这些是什么
公共静态集合 synchronizedCollection(Collection c);
公共静态 Set synchronizedSet(Set s);
公共静态列表同步列表(列表列表);
公共静态地图同步地图(地图m);
public static SortedSet synchronizedSortedSet(SortedSet s);
public static SortedMap synchronizedSortedMap(SortedMap m);