I want to ask very simple question.
Can we use hibernate’s cascade feature without database cascade enabled.
In simple word I have database tables without cascade option ON, but what if put annotation on hibernate & ON cascade true? Will it work or not?
Thanks
most if not all hibernates cascading options are handled entirely in code, it should be safe without cascade in db.