tags:

views:

55

answers:

0

when i call update in hibernate i get folloune error A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: org.psl.cms.DAO.Course.prerequisite

i have one class called course which has a set of prerequiste where prequsite is another class

when i try to update my course object i get that error