attribute = em.merge(attribute);
}
em.getTransaction().commit();
} catch (Exception ex) {
if (findAttributepoint(attributepoint.getAttributepointPK()) != null) {
throw new PreexistingEntityException("Attributepoint " + attributepoint + " already exists.", ex);
}
throw ex;
} finally {
if (em != null) {
em.close();