delete hibernate entity question?
- by ylazez
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?