public class EntityDependencyUpdater extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
updateDependencies(List<IEntityImportConfig> importConfigs,
de.xima.cmn.dao.interfaces.IEntity<Long> newEntity,
UUID oldUuid)
Updates the references to an entity
|
public static final void updateDependencies(List<IEntityImportConfig> importConfigs, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity, UUID oldUuid) throws Exception
importConfigs - IEntityImportConfigs for which the dependencies should be updatednewEntity - IEntity new entity that should be referencedoldUuid - UUID UUID of the dependency that should be updatedException - on errors while updating the dependenciesCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.