类 PrimaryDiffer
java.lang.Object
org.anyline.metadata.differ.PrimaryDiffer
- 所有已实现的接口:
MetadataDiffer
表或列之间的对比结果
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static PrimaryDiffercompare(LinkedHashMap<String, PrimaryKey> origins, LinkedHashMap<String, PrimaryKey> dests) getAdds()getDrops()booleanisEmpty()voidsetAdds(List<PrimaryKey> adds) voidsetDrops(List<PrimaryKey> drops) voidsetUpdates(List<PrimaryKey> updates)
-
构造器详细资料
-
PrimaryDiffer
public PrimaryDiffer()
-
-
方法详细资料
-
isEmpty
public boolean isEmpty() -
compare
public static PrimaryDiffer compare(LinkedHashMap<String, PrimaryKey> origins, LinkedHashMap<String, PrimaryKey> dests) -
getAdds
-
setAdds
-
getDrops
-
setDrops
-
getUpdates
-
setUpdates
-