Page 1 of 1

About Question enthuware.oce-jpad.v6.2.476 :

Posted: Sat Mar 17, 2012 2:10 pm
by ETS User
I believe options C and D must read:
Change //3 to: Query<Employee> q = em.createQuery(c);
Change //3 to: TypedQuery q = em.createQuery(Employee.class);
Otherwise it does not make sense.

Re: About Question enthuware.oce-jpad.v6.2.476 :

Posted: Mon Mar 19, 2012 7:03 am
by admin
You are right. This has now been fixed.

thank you for your feedback!