| Author |
special deleting (using joined-subclass in hibernate )
|
dmitry dvoinov
Greenhorn
Joined: Jun 02, 2006
Posts: 8
|
|
Hi 2 all! I have such hibernate mapping: if anyone knows how to delete records from TABLE2 without deleting corresponding records in TABLE1?
|
 |
Edvins Reisons
Ranch Hand
Joined: Dec 11, 2006
Posts: 364
|
|
Unless Class1 is abstract, I see no serious obstacle to deletion from Table2 by raw SQL or by a separately mapped class; this appears easier than trying to change the type of an entity object from Class2 to Class1. I hope that you have a reason for changing the type, but that's another question...
|
 |
 |
|
|
subject: special deleting (using joined-subclass in hibernate )
|
|
|