protected void checkOpen(boolean markForRollbackIfClosed) {
   entityManager.checkOpen(markForRollbackIfClosed);
 }