Java : Delete orphaned objects on the many side in Hibernate

This page last changed on Mar 27, 2009 by Kees de Kooter

Goal

To delete the "orphaned" associated object on the many side of a one-to-many association. The ORM framework is Hibernate + Hibernate Annotations.

Solution

References