Hi,
I am a college student who do not have a lot of experience on Hibernate or Grails. The main question that I have is mainly about where does cascading apply, does it apply only to attributes where there is an database entry for it or other wise?
so for example If I have 2 Domains A and B... where B has hastable that is filled with A's. If I delete A, do I have to manually remove the hashtable entry in B of that particular A entry? If not what behavior should I set to be able to remove it?
P.S. My first post... I apologize if there is not enough detail, but I really do not have much experience to properly describe my question..