log.trace("Could not execute the update statement for Component Descriptor with id {}, name {} and entityType {}",entity.getUuid(),entity.getName(),entity.getType());
transactionManager.rollback(transaction);
}
transactionManager.commit(transaction);
}else{
log.trace("Could not execute the insert statement for Component Descriptor with id {}, name {} and entityType {}",entity.getUuid(),entity.getName(),entity.getType());