Tuesday, August 2, 2011

Child object not deleted, No hibernate excetption thrown

use the following property

@Cascade({ org.hibernate.annotations.CascadeType.ALL, org.hibernate.annotations.CascadeType.DELETE_ORPHAN })

No comments: