delete hibernate entity question?

Posted by ylazez on Stack Overflow See other posts from Stack Overflow or by ylazez
Published on 2010-06-09T21:39:08Z Indexed on 2010/06/09 21:42 UTC
Read the original article Hit count: 133

Filed under:
|

i want to delete a row and cascade all foreign keys in hibernate i am new to hibernate and i want to know if there's a method to delete an entity>> session.delete(); like the session.save and session.update methods in hibernate?

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate