I have two related clases JPA-annotated. Alarm and Status. One Alarm can have one Status.
What I need is to be able to delete one Status and \"propagate\" a null v
Don't know about other non-hibernate implementations, but here is a JIRA issue I've been following about this in Hibernate...
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2707