434445464748495051
return c; } @Override public Customer getCustmoerById(int customerId) { @SuppressWarnings("unchecked") Customer result = (Customer) em.getReference(Customer.class, customerId); return result; }