"(" + right + ")");
}
CollaboratorRight r = new CollaboratorRight();
AuditDoc<CollaboratorRight> auditDoc = new AuditDoc<CollaboratorRight>(null, getCollaborator());
auditDocList.add(auditDoc);
r.setId(new CollaboratorRightId(eid, id));
manager.persist(r);
manager.flush();
manager.refresh(r);
auditDoc.check(r);
}