你好
以下是我的查询。
ProgramAccess access = null;
access = (ProgramAccess)entityManager.
createQuery("update ProgramAccess p set p.isDeleted = 1 where p.id in (:progId)")
.setParameter("progId", idStrArray).getResultList();
我越来越低于异常。
java.lang.ClassCastException: org.hibernate.ejb.QueryImpl cannot be cast to com.sony.spe.b2b.entity.ProgramAccess
虽然我正在铸造它,但为什么它会给出异常?