@Override
 public List<String> getAccessIds(ID id) {
   return accessControlEntryHelper.getEntries(persistentClass, id);
 }