}
snapshot.setSnapshotGroup(snapshotGroup);
manager.persist(snapshot);
CollectableService collectableService = new CollectableService(manager);
collectableService.persistCollectables(snapshot, collectables);
manager.getTransaction().commit();
triggerMeasureCalculation(snapshotGroup);
}