- merge(List<Repository>, List<AttributeMetaData>, CrudRepository, String) - Method in class org.molgenis.data.merge.RepositoryMerger
-
Create a new merged repository Metadata is merged based on the common attributes (those remain at root level) All
non-common level attributes are organised in 1 compound attribute per repository Data of all repositories is
merged based on the common columns
- merge(List<Repository>, List<AttributeMetaData>, CrudRepository, String, int) - Method in class org.molgenis.data.merge.RepositoryMerger
-
Create a new merged repository Metadata is merged based on the common attributes (those remain at root level) All
non-common level attributes are organised in 1 compound attribute per repository Data of all repositories is
merged based on the common columns
- mergeMetaData(List<Repository>, List<AttributeMetaData>, String) - Method in class org.molgenis.data.merge.RepositoryMerger
-
Create new EntityMetaData with the common attributes at root level, and all other columns in a compound attribute
per original repository