return parents;
List<String> ids = getPk (parents);
if (graphMaskWhat.getPresentationPresentationPlaceViaPresentationPlaceId()!=null && !graphMaskWhat.getPresentationPresentationPlaceViaPresentationPlaceId().isEmpty()) {
for (Presentation childWhat : graphMaskWhat.getPresentationPresentationPlaceViaPresentationPlaceId()) {
childWhat.setPresentationPlaceId_(graphMaskWhat.longMask__); // add to the what mask, usefull for reconciliation
PresentationExtendedJPAImpl presentationextendedjpaimpl = new PresentationExtendedJPAImpl ();
List<Presentation> children = presentationextendedjpaimpl.lookupPresentation(childWhat, getFkCriteria(" id ", ids), null, getEntityManager());
reassemblePresentation (children, parents);
break;
}
}
return parents;