Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1.3
Mapping documents: Order Customer
Code between sessionFactory.openSession() and session.close():
Customer
Full stack trace of any exception that occurs:Exception
Hi my problem is: I have orders that belong to a customer. If I delete a customer, but an order exists, that belongs to that customer I get this exception. Is there any way to tell hibernate to delete these accosiations that point to data that doesn't exists anymore?
thank you for your help
greetings