This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Problems with CascadeType.ALLmazz Aug 29, 2006 9:25 AM (in response to cleonhar)You should not expect to see database constraints added to the DB schema when you do this. The actual deletes are done on the Java side - i.e. the EJB implementation will perform the cascading deletes. 
- 
        2. Re: Problems with CascadeType.ALLcleonhar Aug 30, 2006 7:30 AM (in response to cleonhar)Thank you. 
 
    