@Override
 public void grantAccess(ID id, String accessId) {
   accessControlEntryHelper.createEntry(persistentClass, id, accessId);
 }